diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2020-09-29 16:11:07 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2020-09-29 16:11:37 +0900 |
commit | b1a3d09feb424ef38d1c58ab42e29869c26518a7 (patch) | |
tree | 45229f5dd1a1fc11bc3237f54a036e6c60ff4add /config.guess | |
parent | f901ab1a4a2b85821a730f095d4024e0bbf94edd (diff) | |
download | piklab-b1a3d09feb424ef38d1c58ab42e29869c26518a7.tar.gz piklab-b1a3d09feb424ef38d1c58ab42e29869c26518a7.zip |
Removed code formatting modelines.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit d1bb76412e79ae920863079259ec5c76e25e2f7c)
Diffstat (limited to 'config.guess')
-rwxr-xr-x | config.guess | 7 |
1 files changed, 0 insertions, 7 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: |