summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorMarcelo Bezerra <[email protected]>2021-06-07 20:44:53 +0200
committerMarcelo Bezerra <[email protected]>2021-06-07 20:44:53 +0200
commit8915e6be9297050049939218cf2833cf9f94dce7 (patch)
tree8ff3789f521dc0da2d9aa9b8497e0adb9b360ed3 /src
parent10fca2371cf95fe4ef485c83118262c7456355a9 (diff)
remove excess empty lines
Diffstat (limited to 'src')
-rw-r--r--src/class/hid/hid.h2
-rw-r--r--src/tusb_option.h1
2 files changed, 0 insertions, 3 deletions
diff --git a/src/class/hid/hid.h b/src/class/hid/hid.h
index eac30c62e..0764bc228 100644
--- a/src/class/hid/hid.h
+++ b/src/class/hid/hid.h
@@ -33,12 +33,10 @@
#include "common/tusb_common.h"
-
#ifdef __cplusplus
extern "C" {
#endif
-
//--------------------------------------------------------------------+
// Common Definitions
//--------------------------------------------------------------------+
diff --git a/src/tusb_option.h b/src/tusb_option.h
index 3adb4fcf9..6a6e31ee9 100644
--- a/src/tusb_option.h
+++ b/src/tusb_option.h
@@ -318,7 +318,6 @@
#define CFG_TUD_MAX_BUTTONS 16
#endif
-
//------------------------------------------------------------------
// Configuration Validation
//------------------------------------------------------------------