Kaydet (Commit) 870c7a16 authored tarafından Stephan Bergmann's avatar Stephan Bergmann

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

Change-Id: I413b01e93000f9f81ba6190811cea51c04f1d58b
üst 5e85f475
......@@ -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:
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment