┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Penz <[email protected]>2007-09-30 20:28:10 +0000
committerPeter Penz <[email protected]>2007-09-30 20:28:10 +0000
commitfd805228ae8092dc51647354d3fb83bef4197eb0 (patch)
tree24f13583f45c0973caf6f29abd765774ec9218cc
parentc28d272f38705cd72c6527f023c96240af3f69d0 (diff)
coding style nitpicking: remove space
svn path=/trunk/KDE/kdebase/apps/; revision=719288
-rw-r--r--src/renamedialog.cpp2
1 files changed, 1 insertions, 1 deletions
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.");
}