diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2020-09-29 16:04:56 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2020-09-29 16:04:56 +0900 |
commit | 6820fe14bb5cabe315827ef99a84a3a4b0acb8e0 (patch) | |
tree | 5f223292bcbbb96a99044e8207c86b4a56c12950 /admin/depcomp | |
parent | 607c4e6b7ea9e1b96b6c9cab0c44169e8c885d93 (diff) | |
download | kvirc-6820fe14bb5cabe315827ef99a84a3a4b0acb8e0.tar.gz kvirc-6820fe14bb5cabe315827ef99a84a3a4b0acb8e0.zip |
Removed code formatting modelines.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'admin/depcomp')
-rwxr-xr-x | admin/depcomp | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/admin/depcomp b/admin/depcomp index df8eea7e..66bb6817 100755 --- a/admin/depcomp +++ b/admin/depcomp @@ -618,13 +618,3 @@ none) esac exit 0 - -# Local Variables: -# mode: shell-script -# sh-indentation: 2 -# eval: (add-hook 'write-file-hooks 'time-stamp) -# time-stamp-start: "scriptversion=" -# time-stamp-format: "%:y-%02m-%02d.%02H" -# time-stamp-time-zone: "UTC" -# time-stamp-end: "; # UTC" -# End: |