From 5bfd6ac66529ed1976db7df0ab4853eec855e411 Mon Sep 17 00:00:00 2001 From: Denys Vlasenko Date: Sun, 9 Aug 2009 12:09:09 +0200 Subject: style fixes, no code changes Signed-off-by: Denys Vlasenko --- lib/Plugins/Bugzilla.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/Plugins/Bugzilla.cpp') diff --git a/lib/Plugins/Bugzilla.cpp b/lib/Plugins/Bugzilla.cpp index 2cb5b4cf..227f269c 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])) { -- cgit