diff options
author | Michele Calgaro <[email protected]> | 2020-09-28 10:23:19 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2020-09-28 10:23:19 +0900 |
commit | a4a781296ea58711db54aed4e0de956fca0139a7 (patch) | |
tree | 4f52f635e4a64a69496a90f497419603525f4ea1 /ark/main.cpp | |
parent | 12b300868178d7082dd23248e14ba108b62d212d (diff) | |
download | tdeutils-a4a781296ea58711db54aed4e0de956fca0139a7.tar.gz tdeutils-a4a781296ea58711db54aed4e0de956fca0139a7.zip |
Removed code formatting modelines.
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'ark/main.cpp')
-rw-r--r-- | ark/main.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/ark/main.cpp b/ark/main.cpp index 48589b6..c5e4f13 100644 --- a/ark/main.cpp +++ b/ark/main.cpp @@ -124,5 +124,3 @@ extern "C" KDE_EXPORT int kdemain( int argc, char *argv[] ) return ArkApplication::getInstance()->exec(); } - -// kate: space-indent off; tab-width 4; |