summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2018-02-22 10:11:59 +0100
committerStephan Bergmann <sbergman@redhat.com>2018-02-22 10:12:37 +0100
commit870c7a16259923668156a49d70e32d4d461adcb0 (patch)
tree4ad51e503039393cb12a207c7698d374bd666fba /bin
parent5e85f475eea463e6d5572d24d61e85d24084bd4e (diff)
The vim mode line supposedly needs to go at the end of the file
Change-Id: I413b01e93000f9f81ba6190811cea51c04f1d58b
Diffstat (limited to 'bin')
-rwxr-xr-xbin/gla11y4
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/gla11y b/bin/gla11y
index fc06fac7da01..a0c3468bb895 100755
--- a/bin/gla11y
+++ b/bin/gla11y
@@ -23,8 +23,6 @@
# WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
# ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
# OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
-#
-# vim: set shiftwidth=4 softtabstop=4 expandtab:
# Take LibreOffice (glade) .ui files and check for non accessible widgets
@@ -211,3 +209,5 @@ if __name__ == "__main__":
main()
except KeyboardInterrupt:
pass
+
+# vim: set shiftwidth=4 softtabstop=4 expandtab: