summaryrefslogtreecommitdiffstats
path: root/CMake
diff options
context:
space:
mode:
authorMichele Calgaro <[email protected]>2020-09-28 19:22:56 +0900
committerMichele Calgaro <[email protected]>2020-09-28 19:24:31 +0900
commit10ce83dec3f17aecd38aacbd48ff103d9d4ef10f (patch)
tree7aad602167b8d7ebe2f7b7f340d7bc97c40bcb90 /CMake
parent75e45b05e2ea58b8192fd7702c98fbd755b46f9b (diff)
downloadgtk-qt-engine-10ce83dec3f17aecd38aacbd48ff103d9d4ef10f.tar.gz
gtk-qt-engine-10ce83dec3f17aecd38aacbd48ff103d9d4ef10f.zip
Removed code formatting modelines.
Signed-off-by: Michele Calgaro <[email protected]> (cherry picked from commit bb5045d3f4bea15105741a40f41915222ff54ea0)
Diffstat (limited to 'CMake')
-rw-r--r--CMake/Modules/FindMsgfmt.cmake2
1 files changed, 0 insertions, 2 deletions
diff --git a/CMake/Modules/FindMsgfmt.cmake b/CMake/Modules/FindMsgfmt.cmake
index 60e33ee..3a66db1 100644
--- a/CMake/Modules/FindMsgfmt.cmake
+++ b/CMake/Modules/FindMsgfmt.cmake
@@ -82,5 +82,3 @@ ELSE (MSGFMT_EXECUTABLE)
MARK_AS_ADVANCED(MSGFMT_EXECUTABLE)
ENDIF(UNIX)
ENDIF (MSGFMT_EXECUTABLE)
-
-# vim:et ts=2 sw=2 comments=\:\#