summaryrefslogtreecommitdiffstats
path: root/lib/Utils/make_descr.cpp
diff options
context:
space:
mode:
authorDenys Vlasenko <vda.linux@googlemail.com>2009-11-18 14:00:56 +0100
committerDenys Vlasenko <vda.linux@googlemail.com>2009-11-18 14:00:56 +0100
commit344a3dcc7a22e0e5dd74fe0bfb0483220c3dc7ad (patch)
tree23b8215d53dda31ba3f1feae2d6e3c16cff73baf /lib/Utils/make_descr.cpp
parent867d3d6dfedc675b087dec51611e81fa48e0b0f6 (diff)
downloadabrt-344a3dcc7a22e0e5dd74fe0bfb0483220c3dc7ad.tar.gz
abrt-344a3dcc7a22e0e5dd74fe0bfb0483220c3dc7ad.tar.xz
abrt-344a3dcc7a22e0e5dd74fe0bfb0483220c3dc7ad.zip
whitespace cleanups
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'lib/Utils/make_descr.cpp')
-rw-r--r--lib/Utils/make_descr.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Utils/make_descr.cpp b/lib/Utils/make_descr.cpp
index 1352149e..0c096143 100644
--- a/lib/Utils/make_descr.cpp
+++ b/lib/Utils/make_descr.cpp
@@ -75,7 +75,7 @@ string make_description_bz(const map_crash_report_t& pCrashReport)
&& filename != FILENAME_RELEASE
&& filename != CD_REPRODUCE
&& filename != CD_COMMENT
- ) {
+ ) {
add_content(was_multiline, description, filename.c_str(), content.c_str());
}
}