From d27b103044aac183fba6779c1defed4d145f3055 Mon Sep 17 00:00:00 2001 From: Denys Vlasenko Date: Thu, 6 Aug 2009 17:10:19 +0200 Subject: silly whitespace fix Signed-off-by: Denys Vlasenko --- src/Hooks/CCpp.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/Hooks/CCpp.cpp') diff --git a/src/Hooks/CCpp.cpp b/src/Hooks/CCpp.cpp index e821bb5..d30a4a3 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) { -- cgit