From 344a3dcc7a22e0e5dd74fe0bfb0483220c3dc7ad Mon Sep 17 00:00:00 2001 From: Denys Vlasenko Date: Wed, 18 Nov 2009 14:00:56 +0100 Subject: whitespace cleanups Signed-off-by: Denys Vlasenko --- lib/Plugins/Firefox.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/Plugins/Firefox.cpp') diff --git a/lib/Plugins/Firefox.cpp b/lib/Plugins/Firefox.cpp index 6741ff3..68dbd39 100644 --- a/lib/Plugins/Firefox.cpp +++ b/lib/Plugins/Firefox.cpp @@ -903,7 +903,7 @@ void CAnalyzerFirefox::CreateReport(const char *pDebugDumpDir, int force) std::string build_ids; if (m_bInstallDebugInfo && DebuginfoCheckPolkit(atoi(UID.c_str()))) { - if (m_nDebugInfoCacheMB > 0) + if (m_nDebugInfoCacheMB > 0) trim_debuginfo_cache(m_nDebugInfoCacheMB); InstallDebugInfos(pDebugDumpDir, build_ids); } -- cgit