summaryrefslogtreecommitdiffstats
path: root/lib/Plugins/Bugzilla.cpp
diff options
context:
space:
mode:
authorDenys Vlasenko <vda.linux@googlemail.com>2009-08-09 12:09:09 +0200
committerDenys Vlasenko <vda.linux@googlemail.com>2009-08-09 12:09:09 +0200
commit5bfd6ac66529ed1976db7df0ab4853eec855e411 (patch)
tree19424c17c265d894accd7cb1715bbbf8cc3a2824 /lib/Plugins/Bugzilla.cpp
parentc210f6793f3f1d62ff241bb31c42938e05e9a783 (diff)
downloadabrt-5bfd6ac66529ed1976db7df0ab4853eec855e411.tar.gz
abrt-5bfd6ac66529ed1976db7df0ab4853eec855e411.tar.xz
abrt-5bfd6ac66529ed1976db7df0ab4853eec855e411.zip
style fixes, no code changes
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'lib/Plugins/Bugzilla.cpp')
-rw-r--r--lib/Plugins/Bugzilla.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Plugins/Bugzilla.cpp b/lib/Plugins/Bugzilla.cpp
index 2cb5b4c..227f269 100644
--- a/lib/Plugins/Bugzilla.cpp
+++ b/lib/Plugins/Bugzilla.cpp
@@ -259,7 +259,7 @@ void CReporterBugzilla::AddAttachments(const std::string& pBugId, const map_cras
it->second[CD_CONTENT].length());
NSSBase64Encoder_Destroy(base64, PR_FALSE);
std::string attchmentInBase64Printable = "";
- for(unsigned int ii = 0; ii < m_sAttchmentInBase64.length(); ii++)
+ for (unsigned int ii = 0; ii < m_sAttchmentInBase64.length(); ii++)
{
if (isprint(m_sAttchmentInBase64[ii]))
{