Fix overzealous autoformatter

This commit is contained in:
Jon Evans 2020-06-18 23:26:10 -04:00
parent e91b9f6dfb
commit aa7ce74ad5
1 changed files with 2 additions and 2 deletions

View File

@ -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