diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2020-09-29 13:35:45 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2020-09-29 13:36:03 +0900 |
commit | 5c34296073a33c854c1fcac3e4c7c438d0e1dd16 (patch) | |
tree | 4eb16d73071b83c641051a7ed0af613adc58a9fa | |
parent | 1eeba1f013f1bbfaf89b1cae8e50f76867d3abe7 (diff) | |
download | ksquirrel-5c34296073a33c854c1fcac3e4c7c438d0e1dd16.tar.gz ksquirrel-5c34296073a33c854c1fcac3e4c7c438d0e1dd16.zip |
Removed code formatting modelines.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 749307a35b876d67fe3a14c3b8e2e140c9fb7526)
-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: |