summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorDenys Vlasenko <vda.linux@googlemail.com>2009-08-06 02:13:24 +0200
committerDenys Vlasenko <vda.linux@googlemail.com>2009-08-06 02:13:24 +0200
commit94e55c784463fea7913791ebd9a53875f3be2e5c (patch)
tree2f96c856c2e3975d80ce3f2890db1c5dcdf3e51d /doc
parent0acf7bbbbb822f1259cf1e3211e5e79724be6bf7 (diff)
downloadabrt-94e55c784463fea7913791ebd9a53875f3be2e5c.tar.gz
abrt-94e55c784463fea7913791ebd9a53875f3be2e5c.tar.xz
abrt-94e55c784463fea7913791ebd9a53875f3be2e5c.zip
trailing whitespace removal. no code changes
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'doc')
-rw-r--r--doc/CodingStyle6
-rw-r--r--doc/PLUGINS-HOWTO4
2 files changed, 5 insertions, 5 deletions
diff --git a/doc/CodingStyle b/doc/CodingStyle
index 2cc2cf6e..3a254b7f 100644
--- a/doc/CodingStyle
+++ b/doc/CodingStyle
@@ -8,7 +8,7 @@ Coding style used in abrt
1.2 Method
-----------
1.2.1 method starts witch a capital letter
-1.2.2 method name can contain only letters
+1.2.2 method name can contain only letters
1.2.3 parameter of a method has to start with the letter 'p'
1.3 Attribute
@@ -46,8 +46,8 @@ class CAwesomeClass
COtherClass* m_pOtherClass;
void PrivateFunction(int pParameter);
public:
- CAwesomeClass(std::string pName) :
- m_sName(pName), m_pOtherClass(NULL)
+ CAwesomeClass(std::string pName) :
+ m_sName(pName), m_pOtherClass(NULL)
{}
};
diff --git a/doc/PLUGINS-HOWTO b/doc/PLUGINS-HOWTO
index 2ca6b8e6..ef0c6ba6 100644
--- a/doc/PLUGINS-HOWTO
+++ b/doc/PLUGINS-HOWTO
@@ -32,7 +32,7 @@ virtual void Run(const std::string& pActiveDir,
The first argument is a directory name. It can be either the current debug
dump dir or a directory that contains all debug dumps.
The second argument is a string with arguments specified for the action.
-
+
Analyzer Plugin
---------------
This plugin has to compute the UUID of the crash. Crashes differ, depending on
@@ -106,7 +106,7 @@ virtual const vector_database_rows_t GetUIDData(const std::string& pUID) = 0;
virtual const database_row_t GetUUIDData(const std::string& pUUID, const
std::string& pUID) = 0;
-- get a database row for the specified user ID and UUID
+- get a database row for the specified user ID and UUID
The macro PLUGIN_INFO