diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2020-09-25 18:38:45 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2020-09-25 18:43:04 +0900 |
commit | 9f4fc3b7ca10806686dc548169e37cd290bc2f6d (patch) | |
tree | 3ca420e28a068619fcbec2cbd9cd25fcbf96ba6d | |
parent | 530294fc9015923933b0d7c80c746cd267976e89 (diff) | |
download | libksquirrel-9f4fc3b7ca10806686dc548169e37cd290bc2f6d.tar.gz libksquirrel-9f4fc3b7ca10806686dc548169e37cd290bc2f6d.zip |
Removed code formatting modelines.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 0d043d6c1c912918ff6b5066061d26a81f2fd5e0)
-rwxr-xr-x | config.guess | 7 | ||||
-rwxr-xr-x | config.sub | 7 |
2 files changed, 0 insertions, 14 deletions
diff --git a/config.guess b/config.guess index da83314..927a3c3 100755 --- a/config.guess +++ b/config.guess @@ -1552,10 +1552,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: @@ -1677,10 +1677,3 @@ esac echo $basic_machine$os exit - -# Local variables: -# eval: (add-hook 'write-file-hooks 'time-stamp) -# time-stamp-start: "timestamp='" -# time-stamp-format: "%:y-%02m-%02d" -# time-stamp-end: "'" -# End: |