summaryrefslogtreecommitdiffstats
path: root/inc
diff options
context:
space:
mode:
authorDenys Vlasenko <vda.linux@googlemail.com>2010-04-01 14:11:57 +0200
committerDenys Vlasenko <vda.linux@googlemail.com>2010-04-01 14:11:57 +0200
commit12197a5f9ef9429ff56cd9563a01e98edc4bdb2d (patch)
treec2a2544d10adb53b1fa1c079d7964306c5415757 /inc
parent637815259eace25be77f1794624c98a3e694d7c0 (diff)
downloadabrt-12197a5f9ef9429ff56cd9563a01e98edc4bdb2d.tar.gz
abrt-12197a5f9ef9429ff56cd9563a01e98edc4bdb2d.tar.xz
abrt-12197a5f9ef9429ff56cd9563a01e98edc4bdb2d.zip
whitespace cleanup, no code changes
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'inc')
-rw-r--r--inc/CrashTypes.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/inc/CrashTypes.h b/inc/CrashTypes.h
index 87119ae0..4e80f8d9 100644
--- a/inc/CrashTypes.h
+++ b/inc/CrashTypes.h
@@ -31,7 +31,7 @@
#define FILENAME_BACKTRACE "backtrace"
#define FILENAME_MEMORYMAP "memorymap"
// Used by CCpp analyzer to cache GetGlobalUUID() calls.
-#define FILENAME_GLOBAL_UUID "global_uuid"
+#define FILENAME_GLOBAL_UUID "global_uuid"
// Name of the function where the application crashed.
// Optional.
#define FILENAME_CRASH_FUNCTION "crash_function"