From f0c21ce1cad60cbbaefda93f9f298fb6761392a4 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Mon, 9 May 2011 23:25:54 +0300 Subject: Fix code style. --- src/commandhandler.cpp | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'src/commandhandler.cpp') diff --git a/src/commandhandler.cpp b/src/commandhandler.cpp index a20944ff2..41b901997 100644 --- a/src/commandhandler.cpp +++ b/src/commandhandler.cpp @@ -1082,7 +1082,9 @@ void CommandHandler::handleCacheInfo(const std::string &args _UNUSED_, debugChatTab->chatLog(strprintf("%s %d", _("Cache size:"), all)); #ifdef DEBUG_FONT_COUNTERS debugChatTab->chatLog(""); - debugChatTab->chatLog(strprintf("%s %d", _("Created:"), font->getCreateCounter())); - debugChatTab->chatLog(strprintf("%s %d", _("Deleted:"), font->getDeleteCounter())); + debugChatTab->chatLog(strprintf("%s %d", + _("Created:"), font->getCreateCounter())); + debugChatTab->chatLog(strprintf("%s %d", + _("Deleted:"), font->getDeleteCounter())); #endif } -- cgit v1.2.3-60-g2f50