aboutsummaryrefslogtreecommitdiffstats
path: root/src/modules/file/libkvifile.cpp
diff options
context:
space:
mode:
authorGravatar Matt Ullman2015-10-18 05:16:18 -0400
committerGravatar Matt Ullman2015-10-18 05:17:31 -0400
commite227679b0af3687acf9292953edbb0ebeab19df9 (patch)
treeb498cd485b2cf65cd6e4288ba75beb3ba6e89e02 /src/modules/file/libkvifile.cpp
parentMerge pull request #1674 from un1versal/The-Emperor's-New-Clothes (diff)
downloadKVIrc-e227679b0af3687acf9292953edbb0ebeab19df9.tar.gz
KVIrc-e227679b0af3687acf9292953edbb0ebeab19df9.tar.bz2
KVIrc-e227679b0af3687acf9292953edbb0ebeab19df9.zip
Clean up trailing whitespaces and excess newlines
Oh how I can already hear the sound of angry villagers with pitchforks running over to my desk
Diffstat (limited to 'src/modules/file/libkvifile.cpp')
-rw-r--r--src/modules/file/libkvifile.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/modules/file/libkvifile.cpp b/src/modules/file/libkvifile.cpp
index 869cb9c89..009770046 100644
--- a/src/modules/file/libkvifile.cpp
+++ b/src/modules/file/libkvifile.cpp
@@ -381,7 +381,6 @@ static bool file_kvs_cmd_mkdir(KviKvsModuleCommandCall * c)
{
if(!c->switches()->find('q',"quiet"))
c->warning(__tr2qs("Failed to make the directory '%Q'"),&szDir);
-
}
return !c->switches()->find('e',"error");
}