summaryrefslogtreecommitdiffstats
path: root/lib
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 /lib
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 'lib')
-rw-r--r--lib/Plugins/CCpp.cpp4
-rw-r--r--lib/Plugins/Makefile.am2
-rw-r--r--lib/Utils/Plugin.h2
3 files changed, 4 insertions, 4 deletions
diff --git a/lib/Plugins/CCpp.cpp b/lib/Plugins/CCpp.cpp
index fc0bda3e..2911c9be 100644
--- a/lib/Plugins/CCpp.cpp
+++ b/lib/Plugins/CCpp.cpp
@@ -531,7 +531,7 @@ string CAnalyzerCCpp::GetGlobalUUID(const char *pDebugDumpDir)
// Compatibility code.
// This whole block should be deleted for Fedora 14.
log(_("Getting global universal unique identification..."));
-
+
string backtrace_path = concat_path_file(pDebugDumpDir, FILENAME_BACKTRACE);
string executable;
string package;
@@ -633,7 +633,7 @@ string CAnalyzerCCpp::GetGlobalUUID(const char *pDebugDumpDir)
/* else: no backtrace, independent_backtrace == "" */
string hash_base = package + executable + independent_backtrace;
- return create_hash(hash_base.c_str());
+ return create_hash(hash_base.c_str());
}
}
diff --git a/lib/Plugins/Makefile.am b/lib/Plugins/Makefile.am
index fe6a6d9e..df27d87c 100644
--- a/lib/Plugins/Makefile.am
+++ b/lib/Plugins/Makefile.am
@@ -50,7 +50,7 @@ man_MANS = \
abrt-SQLite3.7 \
abrt-RunApp.7 \
abrt-TicketUploader.7
-
+
# + abrt-Catcut.7
EXTRA_DIST = $(man_MANS)
diff --git a/lib/Utils/Plugin.h b/lib/Utils/Plugin.h
index 3ae3d62d..059f8006 100644
--- a/lib/Utils/Plugin.h
+++ b/lib/Utils/Plugin.h
@@ -127,7 +127,7 @@ std::string make_description_catcut(const map_crash_data_t& pCrashData);
/**
* Loads settings and stores it in second parameter. On success it
* returns true, otherwise returns false.
- *
+ *
* @param path A path of config file.
* Config file consists of "key=value" lines.
* @param settings A readed plugin's settings.