From ee4265ad77578c8fa478933999633371c1723f0e Mon Sep 17 00:00:00 2001 From: Jesse Vincent Date: Sun, 11 Jun 2017 08:45:26 +0800 Subject: [PATCH] fixes for cpplint, including a really embarssing mistake --- src/Kaleidoscope/LED-AlphaSquare-3x4.h | 5 ++++- src/Kaleidoscope/LED-AlphaSquare-4x4.h | 4 +++- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/src/Kaleidoscope/LED-AlphaSquare-3x4.h b/src/Kaleidoscope/LED-AlphaSquare-3x4.h index 93f2c5b4..67cf9379 100644 --- a/src/Kaleidoscope/LED-AlphaSquare-3x4.h +++ b/src/Kaleidoscope/LED-AlphaSquare-3x4.h @@ -1,4 +1,4 @@ - * Kaleidoscope-LED-AlphaSquare -- 3x4 pixel LED alphabet +/* Kaleidoscope-LED-AlphaSquare -- 3x4 pixel LED alphabet * Copyright (C) 2017 Gergely Nagy * * This program is free software: you can redistribute it and/or modify @@ -15,6 +15,9 @@ * along with this program. If not, see . */ + +#pragma once + #ifndef KALEIDOSCOPE_LED_FONT #define KALEIDOSCOPE_LED_FONT diff --git a/src/Kaleidoscope/LED-AlphaSquare-4x4.h b/src/Kaleidoscope/LED-AlphaSquare-4x4.h index 5b2f189f..ced5f75a 100644 --- a/src/Kaleidoscope/LED-AlphaSquare-4x4.h +++ b/src/Kaleidoscope/LED-AlphaSquare-4x4.h @@ -1,4 +1,4 @@ - * Kaleidoscope-LED-AlphaSquare -- 4x4 pixel LED alphabet +/* Kaleidoscope-LED-AlphaSquare -- 4x4 pixel LED alphabet * Copyright (C) 2017 Gergely Nagy * * This program is free software: you can redistribute it and/or modify @@ -15,6 +15,8 @@ * along with this program. If not, see . */ +#pragma once + #ifndef KALEIDOSCOPE_LED_FONT #define KALEIDOSCOPE_LED_FONT