summaryrefslogtreecommitdiffstats
path: root/tdecachegrind
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2020-09-27 23:52:43 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2020-09-27 23:52:43 +0900
commit8a861e2bb84e01563fffebdb8e099a2a55d61221 (patch)
tree13c2d2d17374b88666d7f7f4b5e8c1dfea1f98be /tdecachegrind
parentb5f8648994a6690cfe6731f364a9f35510ec8827 (diff)
downloadtdesdk-8a861e2bb84e01563fffebdb8e099a2a55d61221.tar.gz
tdesdk-8a861e2bb84e01563fffebdb8e099a2a55d61221.zip
Removed code formatting modelines.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'tdecachegrind')
-rw-r--r--tdecachegrind/converters/dprof2calltree3
1 files changed, 0 insertions, 3 deletions
diff --git a/tdecachegrind/converters/dprof2calltree b/tdecachegrind/converters/dprof2calltree
index f276e188..62ccdf66 100644
--- a/tdecachegrind/converters/dprof2calltree
+++ b/tdecachegrind/converters/dprof2calltree
@@ -194,6 +194,3 @@ sub usage() {
print STDERR "dprof2calltree -f <tmon.out> [-o outfile]\n";
exit -1;
}
-
-
-# vim: set sts=2 ts=2 bs ai expandtab :