diff options
author | Michele Calgaro <[email protected]> | 2020-09-29 16:04:56 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2020-09-29 16:04:56 +0900 |
commit | 6820fe14bb5cabe315827ef99a84a3a4b0acb8e0 (patch) | |
tree | 5f223292bcbbb96a99044e8207c86b4a56c12950 /admin/ltmain.sh | |
parent | 607c4e6b7ea9e1b96b6c9cab0c44169e8c885d93 (diff) | |
download | kvirc-6820fe14bb5cabe315827ef99a84a3a4b0acb8e0.tar.gz kvirc-6820fe14bb5cabe315827ef99a84a3a4b0acb8e0.zip |
Removed code formatting modelines.
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'admin/ltmain.sh')
-rw-r--r-- | admin/ltmain.sh | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/admin/ltmain.sh b/admin/ltmain.sh index fa4b1e1f..bdbcdff1 100644 --- a/admin/ltmain.sh +++ b/admin/ltmain.sh @@ -8404,10 +8404,3 @@ build_old_libs=yes # ### BEGIN LIBTOOL TAG CONFIG: disable-static build_old_libs=`case $build_libtool_libs in yes) echo no;; *) echo yes;; esac` # ### END LIBTOOL TAG CONFIG: disable-static - -# Local Variables: -# mode:shell-script -# sh-indentation:2 -# End: -# vi:sw=2 - |