diff options
author | Kevin O'Connor <kevin@koconnor.net> | 2019-02-27 13:15:48 -0500 |
---|---|---|
committer | Kevin O'Connor <kevin@koconnor.net> | 2019-02-27 13:15:48 -0500 |
commit | 72050e73526616f0ee039000e57490038db47f87 (patch) | |
tree | 28ce11c4df1ec1f554bca38c11c31480d016ffc6 | |
parent | 21e45cac645c85ce0c8ef4f29bbdb4b6ea7df832 (diff) | |
download | kutter-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>
-rw-r--r-- | scripts/buildcommands.py | 2 |
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" |