Skip to content

Commit 8bff909

Browse files
committed
Fix indentation (whitespace)
1 parent 79318c5 commit 8bff909

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/hal/getpinmap_thisboard.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ const HalPinmap_t *GetPinmap_ThisBoard(void)
5656
#elif defined(ARDUINO_MCCI_CATENA_4801)
5757
return GetPinmap_Catena4801();
5858
#elif defined(ARDUINO_MCCI_CATENA_4802)
59-
return GetPinmap_Catena4802();
59+
return GetPinmap_Catena4802();
6060
#elif defined(ARDUINO_DISCO_L072CZ_LRWAN1)
6161
return GetPinmap_Disco_L072cz_Lrwan1();
6262
#elif defined(PINNOCHIO_SCOUT)

0 commit comments

Comments
 (0)