Test for trailing spaces in tidy.py.

This commit is contained in:
Ms2ger 2014-07-11 13:14:12 +02:00
parent 695fe12863
commit b1493519c9
5 changed files with 15 additions and 5 deletions

View file

@ -12,7 +12,7 @@
# To load these, you need to add something like the following
# to your .gdbinit file.
#python
#import sys
#import sys
#sys.path.insert(0, '/home/<path to git checkout>/servo/src/etc')
#import servo_gdb
#servo_gdb.register_printers(None)