diff options
author | Denys Vlasenko <vda.linux@googlemail.com> | 2009-08-06 02:13:24 +0200 |
---|---|---|
committer | Denys Vlasenko <vda.linux@googlemail.com> | 2009-08-06 02:13:24 +0200 |
commit | 94e55c784463fea7913791ebd9a53875f3be2e5c (patch) | |
tree | 2f96c856c2e3975d80ce3f2890db1c5dcdf3e51d /src/Daemon/CrashWatcher.h | |
parent | 0acf7bbbbb822f1259cf1e3211e5e79724be6bf7 (diff) | |
download | abrt-94e55c784463fea7913791ebd9a53875f3be2e5c.tar.gz abrt-94e55c784463fea7913791ebd9a53875f3be2e5c.tar.xz abrt-94e55c784463fea7913791ebd9a53875f3be2e5c.zip |
trailing whitespace removal. no code changes
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'src/Daemon/CrashWatcher.h')
-rw-r--r-- | src/Daemon/CrashWatcher.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Daemon/CrashWatcher.h b/src/Daemon/CrashWatcher.h index 66ca71f..bc71269 100644 --- a/src/Daemon/CrashWatcher.h +++ b/src/Daemon/CrashWatcher.h @@ -69,7 +69,7 @@ class CCrashWatcher {} } cron_callback_data_t; - + typedef struct SThreadData{ pthread_t thread_id; char* UUID; @@ -77,7 +77,7 @@ class CCrashWatcher char *dest; CCrashWatcher *daemon; } thread_data_t; - + /** * Map to cache the results from CreateReport_t * <UID, <UUID, result>> |