diff options
author | Denys Vlasenko <vda.linux@googlemail.com> | 2009-08-06 17:10:19 +0200 |
---|---|---|
committer | Denys Vlasenko <vda.linux@googlemail.com> | 2009-08-06 17:10:19 +0200 |
commit | d27b103044aac183fba6779c1defed4d145f3055 (patch) | |
tree | ee5dd7997775ceea1525addc0204d5da298399a3 /src/Hooks | |
parent | c133ae4049f68a9e32a85c9ead40c83613851b22 (diff) | |
download | abrt-d27b103044aac183fba6779c1defed4d145f3055.tar.gz abrt-d27b103044aac183fba6779c1defed4d145f3055.tar.xz abrt-d27b103044aac183fba6779c1defed4d145f3055.zip |
silly whitespace fix
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'src/Hooks')
-rw-r--r-- | src/Hooks/CCpp.cpp | 2 |
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) { |