diff options
author | Michele Calgaro <[email protected]> | 2020-09-29 16:04:56 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2020-09-29 16:05:14 +0900 |
commit | 283d20931a6ed83a8360d87a5f214dc2aa7ebfcd (patch) | |
tree | d0d7b9b7b5e4423d845711b53598856bf9da0bc4 /admin/libtool/config.guess | |
parent | dd9be2591cce42313de6c45e21afbd23320d29db (diff) | |
download | kvirc-283d20931a6ed83a8360d87a5f214dc2aa7ebfcd.tar.gz kvirc-283d20931a6ed83a8360d87a5f214dc2aa7ebfcd.zip |
Removed code formatting modelines.
Signed-off-by: Michele Calgaro <[email protected]>
(cherry picked from commit 6820fe14bb5cabe315827ef99a84a3a4b0acb8e0)
Diffstat (limited to 'admin/libtool/config.guess')
-rwxr-xr-x | admin/libtool/config.guess | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/admin/libtool/config.guess b/admin/libtool/config.guess index c2246a4f..0e472a95 100755 --- a/admin/libtool/config.guess +++ b/admin/libtool/config.guess @@ -1493,10 +1493,3 @@ UNAME_VERSION = ${UNAME_VERSION} EOF exit 1 - -# Local variables: -# eval: (add-hook 'write-file-hooks 'time-stamp) -# time-stamp-start: "timestamp='" -# time-stamp-format: "%:y-%02m-%02d" -# time-stamp-end: "'" -# End: |