The vim mode line supposedly needs to go at the end of the file

Change-Id: I413b01e93000f9f81ba6190811cea51c04f1d58b
This commit is contained in:
Stephan Bergmann 2018-02-22 10:11:59 +01:00
parent 5e85f475ee
commit 870c7a1625

View file

@ -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: