diff options
author | QMK Bot <hello@qmk.fm> | 2022-12-10 23:14:34 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-12-11 18:14:34 +1100 |
commit | 57f9a2ad6d4537d5907c7a4289a5e19a5afdf809 (patch) | |
tree | 1f0119a636234b52c24a5af15a3fb85579cc2d07 | |
parent | 7c72c5e43689b760a1de8742761568766752d131 (diff) |
[CI] Format code according to conventions (#19292)
-rw-r--r-- | keyboards/heliotrope/keymaps/default/keymap.c | 2 | ||||
-rw-r--r-- | keyboards/heliotrope/keymaps/via/keymap.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/keyboards/heliotrope/keymaps/default/keymap.c b/keyboards/heliotrope/keymaps/default/keymap.c index 95e8a3c092..92c54450f8 100644 --- a/keyboards/heliotrope/keymaps/default/keymap.c +++ b/keyboards/heliotrope/keymaps/default/keymap.c @@ -1,4 +1,4 @@ -/* Copyright 2022 MATTMCCA (@MATTMCCA) +/* Copyright 2022 MATTMCCA (@MATTMCCA) * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/keyboards/heliotrope/keymaps/via/keymap.c b/keyboards/heliotrope/keymaps/via/keymap.c index 00d7eaba69..f04d017e6b 100644 --- a/keyboards/heliotrope/keymaps/via/keymap.c +++ b/keyboards/heliotrope/keymaps/via/keymap.c @@ -1,4 +1,4 @@ -/* Copyright 2022 MATTMCCA (@MATTMCCA) +/* Copyright 2022 MATTMCCA (@MATTMCCA) * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by |