summaryrefslogtreecommitdiffstats
path: root/src/Hooks
diff options
context:
space:
mode:
authorDenys Vlasenko <vda.linux@googlemail.com>2009-11-18 14:00:56 +0100
committerDenys Vlasenko <vda.linux@googlemail.com>2009-11-18 14:00:56 +0100
commit344a3dcc7a22e0e5dd74fe0bfb0483220c3dc7ad (patch)
tree23b8215d53dda31ba3f1feae2d6e3c16cff73baf /src/Hooks
parent867d3d6dfedc675b087dec51611e81fa48e0b0f6 (diff)
downloadabrt-344a3dcc7a22e0e5dd74fe0bfb0483220c3dc7ad.tar.gz
abrt-344a3dcc7a22e0e5dd74fe0bfb0483220c3dc7ad.tar.xz
abrt-344a3dcc7a22e0e5dd74fe0bfb0483220c3dc7ad.zip
whitespace cleanups
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'src/Hooks')
-rw-r--r--src/Hooks/CCpp.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Hooks/CCpp.cpp b/src/Hooks/CCpp.cpp
index 81cd77a3..2b753819 100644
--- a/src/Hooks/CCpp.cpp
+++ b/src/Hooks/CCpp.cpp
@@ -65,7 +65,7 @@ static char* get_cmdline(pid_t pid)
if (len > 0)
{
/* In Linux, there is always one trailing NUL byte,
- * prevent it from being replaced by space below.
+ * prevent it from being replaced by space below.
*/
if (cmdline[len - 1] == '\0')
len--;