From: Peter Penz Date: Sun, 30 Sep 2007 20:28:10 +0000 (+0000) Subject: coding style nitpicking: remove space X-Git-Url: https://cloud.milkyroute.net/gitweb/dolphin.git/commitdiff_plain/fd805228ae8092dc51647354d3fb83bef4197eb0?ds=sidebyside coding style nitpicking: remove space svn path=/trunk/KDE/kdebase/apps/; revision=719288 --- diff --git a/src/renamedialog.cpp b/src/renamedialog.cpp index 4ea15568c..113318cd0 100644 --- a/src/renamedialog.cpp +++ b/src/renamedialog.cpp @@ -116,7 +116,7 @@ void RenameDialog::slotButtonClicked(int button) if (m_newName.isEmpty()) { m_errorString = i18nc("@info:status", "The new name is empty. A name with at least one character must be entered."); - } else if (!m_renameOneItem && m_newName.count('#') != 1 ) { + } else if (!m_renameOneItem && m_newName.count('#') != 1) { m_newName.truncate(0); m_errorString = i18nc("@info:status", "The name must contain exactly one # character."); }