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:10 +0900 |
commit | d1bb76412e79ae920863079259ec5c76e25e2f7c (patch) | |
tree | e1344c3cd9a79c8b22331ed30194082e56d2a01f /config.guess | |
parent | 58c2a2d1c782bee3663155ffe2c925a7183bf75b (diff) | |
download | piklab-d1bb76412e79ae920863079259ec5c76e25e2f7c.tar.gz piklab-d1bb76412e79ae920863079259ec5c76e25e2f7c.zip |
Removed code formatting modelines.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
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: |