aboutsummaryrefslogtreecommitdiffstats
path: root/quantum/process_keycode/process_terminal.h
diff options
context:
space:
mode:
authorskullY <skullydazed@gmail.com>2019-08-30 11:19:03 -0700
committerskullydazed <skullydazed@users.noreply.github.com>2019-08-30 15:01:52 -0700
commitb624f32f944acdc59dcb130674c09090c5c404cb (patch)
treebc13adbba137d122d9a2c2fb2fafcbb08ac10e25 /quantum/process_keycode/process_terminal.h
parent61af76a10d00aba185b8338604171de490a13e3b (diff)
downloadfirmware-b624f32f944acdc59dcb130674c09090c5c404cb.tar.gz
firmware-b624f32f944acdc59dcb130674c09090c5c404cb.tar.bz2
firmware-b624f32f944acdc59dcb130674c09090c5c404cb.zip
clang-format changes
Diffstat (limited to 'quantum/process_keycode/process_terminal.h')
-rw-r--r--quantum/process_keycode/process_terminal.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/quantum/process_keycode/process_terminal.h b/quantum/process_keycode/process_terminal.h
index d945949a4..8426f442b 100644
--- a/quantum/process_keycode/process_terminal.h
+++ b/quantum/process_keycode/process_terminal.h
@@ -22,6 +22,6 @@
extern const char keycode_to_ascii_lut[58];
extern const char shifted_keycode_to_ascii_lut[58];
extern const char terminal_prompt[8];
-bool process_terminal(uint16_t keycode, keyrecord_t *record);
+bool process_terminal(uint16_t keycode, keyrecord_t *record);
#endif \ No newline at end of file