summaryrefslogtreecommitdiffstats
path: root/src/Daemon/MiddleWare.h
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 /src/Daemon/MiddleWare.h
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 'src/Daemon/MiddleWare.h')
-rw-r--r--src/Daemon/MiddleWare.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/Daemon/MiddleWare.h b/src/Daemon/MiddleWare.h
index 4a2903c2..ac998872 100644
--- a/src/Daemon/MiddleWare.h
+++ b/src/Daemon/MiddleWare.h
@@ -87,15 +87,15 @@ void RunActionsAndReporters(const char *pDebugDumpDir);
* fails, then default config is used. If pUID is emply string, default
* config is used.
* ...).
- * @param crash_data
+ * @param crash_data
* A crash report.
* @param reporters
* List of allowed reporters. Which reporters will be used depends
- * on the analyzer of the crash_data. Reporters missing from this list
+ * on the analyzer of the crash_data. Reporters missing from this list
* will not be used.
- * @param caller_uid
+ * @param caller_uid
* An user uid.
- * @return
+ * @return
* A report status, which reporters ends successfuly with messages.
*/
report_status_t Report(const map_crash_data_t& crash_data,