diff options
author | Denys Vlasenko <vda.linux@googlemail.com> | 2010-06-07 12:51:13 +0200 |
---|---|---|
committer | Denys Vlasenko <vda.linux@googlemail.com> | 2010-06-07 12:51:13 +0200 |
commit | e054ee8cab2145ee58dca97d6e87201e39f60f98 (patch) | |
tree | 1454baac427e9fcab7ba68231a3d48705be555c8 /lib | |
parent | cd471cebbcd9a61f21196a915b9b44e68d84aed9 (diff) | |
download | abrt-e054ee8cab2145ee58dca97d6e87201e39f60f98.tar.gz abrt-e054ee8cab2145ee58dca97d6e87201e39f60f98.tar.xz abrt-e054ee8cab2145ee58dca97d6e87201e39f60f98.zip |
whitespace fix
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'lib')
-rw-r--r-- | lib/Plugins/CCpp.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Plugins/CCpp.cpp b/lib/Plugins/CCpp.cpp index 544d3ef6..39ae30f6 100644 --- a/lib/Plugins/CCpp.cpp +++ b/lib/Plugins/CCpp.cpp @@ -155,7 +155,7 @@ static int ExecVP(char **pArgs, uid_t uid, int redirect_stderr, string& pOutput) break; } - /* We don't check poll result - checking read result is enough */ + /* We don't check poll result - checking read result is enough */ struct pollfd pfd; pfd.fd = pipeout[0]; pfd.events = POLLIN; |