summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDenys Vlasenko <vda.linux@googlemail.com>2009-08-06 17:10:19 +0200
committerDenys Vlasenko <vda.linux@googlemail.com>2009-08-06 17:10:19 +0200
commitd27b103044aac183fba6779c1defed4d145f3055 (patch)
treeee5dd7997775ceea1525addc0204d5da298399a3
parentc133ae4049f68a9e32a85c9ead40c83613851b22 (diff)
downloadabrt-d27b103044aac183fba6779c1defed4d145f3055.tar.gz
abrt-d27b103044aac183fba6779c1defed4d145f3055.tar.xz
abrt-d27b103044aac183fba6779c1defed4d145f3055.zip
silly whitespace fix
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
-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 e821bb52..d30a4a3d 100644
--- a/src/Hooks/CCpp.cpp
+++ b/src/Hooks/CCpp.cpp
@@ -187,7 +187,7 @@ int main(int argc, char** argv)
/* We need coredumps to be readable by all, because
* process producing backtraces is run under the same UID
* as the crashed process.
- * Thus 644, not 600 */
+ * Thus 644, not 600 */
fd = open(path, O_WRONLY | O_CREAT | O_TRUNC, 0644);
if (fd < 0)
{