From 72050e73526616f0ee039000e57490038db47f87 Mon Sep 17 00:00:00 2001 From: Kevin O'Connor Date: Wed, 27 Feb 2019 13:15:48 -0500 Subject: [PATCH] buildcommands: Wrap code to 80 columns Signed-off-by: Kevin O'Connor --- scripts/buildcommands.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"