Apply clang-format to source files.

This commit is contained in:
David Fenyes 2020-01-03 23:25:55 -06:00
parent 420cafc371
commit b7c77ddebc
5 changed files with 4 additions and 10 deletions

View File

@ -96,4 +96,3 @@ asdf_keycode_t asdf_get_code(void);
//-------|---------|---------+---------+---------+---------+---------+---------+
// Above line is 80 columns, and should display completely in the editor.

View File

@ -1,4 +1,4 @@
// -*- mode: C; tab-width: 2 ; indent-tabs-mode: nil -*-
// -*- mode: C; tab-width: 2 ; indent-tabs-mode: nil -*-
//
// Unified Keyboard Project
// ASDF keyboard firmware
@ -71,4 +71,3 @@ void asdf_send_reset(void)
//-------|---------|---------+---------+---------+---------+---------+---------+
// Above line is 80 columns, and should display completely in the editor.

View File

@ -1,4 +1,4 @@
// -*- mode: C; tab-width: 4 ; indent-tabs-mode: nil -*-
// -*- mode: C; tab-width: 4 ; indent-tabs-mode: nil -*-
//
// Unified Keyboard Project
// ASDF keyboard firmware
@ -19,8 +19,8 @@
// You should have received a copy of the GNU General Public License along with
// this program. If not, see <https://www.gnu.org/licenses/>.
//
#if !defined (ASDF_ACTIONS_H)
#if !defined(ASDF_ACTIONS_H)
#define ASDF_ACTIONS_H
// PROCEDURE: asdf_screen_clear
@ -43,4 +43,3 @@ void asdf_send_reset(void);
//-------|---------|---------+---------+---------+---------+---------+---------+
// Above line is 80 columns, and should display completely in the editor.

View File

@ -56,7 +56,6 @@ typedef enum {
ASCII_CTRL_Y = 0x19,
ASCII_CTRL_Z = 0x1a,
ASCII_ESC = 0x1b,
ASCII_SPACE = 0x20,
ASCII_COMMA = 0x2C,
ASCII_ZERO = 0x30,
@ -85,4 +84,3 @@ typedef enum {
//-------|---------|---------+---------+---------+---------+---------+---------+
// Above line is 80 columns, and should display completely in the editor.

View File

@ -73,4 +73,3 @@ asdf_keycode_t asdf_buffer_get(asdf_buffer_handle_t handle);
//-------|---------|---------+---------+---------+---------+---------+---------+
// Above line is 80 columns, and should display completely in the editor.