Fix overzealous autoformatter
This commit is contained in:
parent
e91b9f6dfb
commit
aa7ce74ad5
|
@ -107,7 +107,7 @@ add_library( singletop STATIC EXCLUDE_FROM_ALL
|
||||||
# Functions and data all need to use the #include <import_export.h> and be declared
|
# Functions and data all need to use the #include <import_export.h> and be declared
|
||||||
# as APIEXPORT
|
# as APIEXPORT
|
||||||
set( LIB_KICAD_SRCS
|
set( LIB_KICAD_SRCS
|
||||||
string.cpp
|
string.cpp
|
||||||
)
|
)
|
||||||
|
|
||||||
if( future )
|
if( future )
|
||||||
|
@ -271,7 +271,7 @@ set( COMMON_SRCS
|
||||||
bitmap_base.cpp
|
bitmap_base.cpp
|
||||||
board_printout.cpp
|
board_printout.cpp
|
||||||
build_version.cpp
|
build_version.cpp
|
||||||
commit.cpp
|
commit.cpp
|
||||||
common.cpp
|
common.cpp
|
||||||
config_params.cpp
|
config_params.cpp
|
||||||
confirm.cpp
|
confirm.cpp
|
||||||
|
|
Loading…
Reference in New Issue