diff options
| author | Karel Klic <kklic@redhat.com> | 2010-08-19 15:34:06 +0200 |
|---|---|---|
| committer | Karel Klic <kklic@redhat.com> | 2010-08-19 15:34:06 +0200 |
| commit | e29e4bef382b5c4c768acf80a9fe89fae81752ae (patch) | |
| tree | 33597b063e8f2a3b9ab099b468265b21f9336cd5 /lib/plugins/Kerneloops.h | |
| parent | 8f4b6e717f6bfec1f35ed2931a76a2793e76bef1 (diff) | |
| parent | e4b94e60457254a50405be93ca63cf925dd934d7 (diff) | |
| download | abrt-e29e4bef382b5c4c768acf80a9fe89fae81752ae.tar.gz abrt-e29e4bef382b5c4c768acf80a9fe89fae81752ae.tar.xz abrt-e29e4bef382b5c4c768acf80a9fe89fae81752ae.zip | |
Merge branch 'master' of ssh://git.fedorahosted.org/git/abrt
Diffstat (limited to 'lib/plugins/Kerneloops.h')
| -rw-r--r-- | lib/plugins/Kerneloops.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/lib/plugins/Kerneloops.h b/lib/plugins/Kerneloops.h index 2160f444..cac2c526 100644 --- a/lib/plugins/Kerneloops.h +++ b/lib/plugins/Kerneloops.h @@ -33,10 +33,10 @@ class CAnalyzerKerneloops : public CAnalyzer { - public: - virtual std::string GetLocalUUID(const char *pDebugDumpDir); - virtual std::string GetGlobalUUID(const char *pDebugDumpDir); - virtual void CreateReport(const char *pDebugDumpDir, int force) {} + public: + virtual std::string GetLocalUUID(const char *pDebugDumpDir); + virtual std::string GetGlobalUUID(const char *pDebugDumpDir); + virtual void CreateReport(const char *pDebugDumpDir, int force) {} }; #endif |
