mirror of
https://github.com/osiweb/unified_retro_keyboard.git
synced 2025-01-02 14:32:20 +00:00
Apply clang-format to source files.
This commit is contained in:
parent
420cafc371
commit
b7c77ddebc
@ -96,4 +96,3 @@ asdf_keycode_t asdf_get_code(void);
|
||||
|
||||
//-------|---------|---------+---------+---------+---------+---------+---------+
|
||||
// Above line is 80 columns, and should display completely in the editor.
|
||||
|
||||
|
@ -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.
|
||||
|
||||
|
@ -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.
|
||||
|
||||
|
@ -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.
|
||||
|
||||
|
@ -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.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user