Skip to content

Commit

Permalink
clang-format fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
ricardoquesada committed Nov 23, 2023
1 parent 9909389 commit c9db36b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/bluepad32/uni_hid_device.c
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ limitations under the License.
#include "bt/uni_bt_bredr.h"
#include "bt/uni_bt_defines.h"
#include "bt/uni_bt_le.h"
#include "controller/uni_controller.h"
#include "parser/uni_hid_parser_8bitdo.h"
#include "parser/uni_hid_parser_android.h"
#include "parser/uni_hid_parser_atari.h"
Expand All @@ -48,7 +49,6 @@ limitations under the License.
#include "uni_circular_buffer.h"
#include "uni_common.h"
#include "uni_config.h"
#include "controller/uni_controller.h"
#include "uni_hid_device_vendors.h"
#include "uni_log.h"
#include "uni_virtual_device.h"
Expand Down

0 comments on commit c9db36b

Please sign in to comment.