diff options
author | Michele Calgaro <[email protected]> | 2020-09-25 16:56:52 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2020-09-25 16:56:52 +0900 |
commit | b3c22b84ef1f3eb945aa9dee9ee09195518c82b4 (patch) | |
tree | 3f73016f69c8cc5d92954dad31de3a9a3fcd171f /src | |
parent | 3d5e557e4087bab76025f907faf3f3953a8f9988 (diff) | |
download | tqt3-b3c22b84ef1f3eb945aa9dee9ee09195518c82b4.tar.gz tqt3-b3c22b84ef1f3eb945aa9dee9ee09195518c82b4.zip |
Removed additional code formatting modelines.
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'src')
-rwxr-xr-x | src/3rdparty/libmng/config.guess | 7 | ||||
-rwxr-xr-x | src/3rdparty/libmng/config.sub | 7 |
2 files changed, 0 insertions, 14 deletions
diff --git a/src/3rdparty/libmng/config.guess b/src/3rdparty/libmng/config.guess index c604127a2..11d85db25 100755 --- a/src/3rdparty/libmng/config.guess +++ b/src/3rdparty/libmng/config.guess @@ -1300,10 +1300,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: diff --git a/src/3rdparty/libmng/config.sub b/src/3rdparty/libmng/config.sub index 393f13d37..34efd933f 100755 --- a/src/3rdparty/libmng/config.sub +++ b/src/3rdparty/libmng/config.sub @@ -1402,10 +1402,3 @@ esac echo $basic_machine$os exit 0 - -# Local variables: -# eval: (add-hook 'write-file-hooks 'time-stamp) -# time-stamp-start: "timestamp='" -# time-stamp-format: "%:y-%02m-%02d" -# time-stamp-end: "'" -# End: |