From 94e55c784463fea7913791ebd9a53875f3be2e5c Mon Sep 17 00:00:00 2001 From: Denys Vlasenko Date: Thu, 6 Aug 2009 02:13:24 +0200 Subject: trailing whitespace removal. no code changes Signed-off-by: Denys Vlasenko --- doc/CodingStyle | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'doc/CodingStyle') diff --git a/doc/CodingStyle b/doc/CodingStyle index 2cc2cf6..3a254b7 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) {} }; -- cgit