aboutsummaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
authorKevin O'Connor <kevin@koconnor.net>2019-02-27 13:15:48 -0500
committerKevin O'Connor <kevin@koconnor.net>2019-02-27 13:15:48 -0500
commit72050e73526616f0ee039000e57490038db47f87 (patch)
tree28ce11c4df1ec1f554bca38c11c31480d016ffc6 /scripts
parent21e45cac645c85ce0c8ef4f29bbdb4b6ea7df832 (diff)
downloadkutter-72050e73526616f0ee039000e57490038db47f87.tar.gz
kutter-72050e73526616f0ee039000e57490038db47f87.tar.xz
kutter-72050e73526616f0ee039000e57490038db47f87.zip
buildcommands: Wrap code to 80 columns
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
Diffstat (limited to 'scripts')
-rw-r--r--scripts/buildcommands.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/buildcommands.py b/scripts/buildcommands.py
index 97f1513a..2b892366 100644
--- a/scripts/buildcommands.py
+++ b/scripts/buildcommands.py
@@ -10,7 +10,7 @@ sys.path.append('./klippy')
import msgproto
FILEHEADER = """
-/* DO NOT EDIT! This is an autogenerated file. See scripts/buildcommands.py. */
+/* DO NOT EDIT! This is an autogenerated file. See scripts/buildcommands.py. */
#include "board/irq.h"
#include "board/pgm.h"