From aa7ce74ad516b0ca30a5fc7cd87b280b6b0eba01 Mon Sep 17 00:00:00 2001 From: Jon Evans Date: Thu, 18 Jun 2020 23:26:10 -0400 Subject: [PATCH] Fix overzealous autoformatter --- common/CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/common/CMakeLists.txt b/common/CMakeLists.txt index 0da05b05cb..1f226125d1 100644 --- a/common/CMakeLists.txt +++ b/common/CMakeLists.txt @@ -107,7 +107,7 @@ add_library( singletop STATIC EXCLUDE_FROM_ALL # Functions and data all need to use the #include and be declared # as APIEXPORT set( LIB_KICAD_SRCS - string.cpp + string.cpp ) if( future ) @@ -271,7 +271,7 @@ set( COMMON_SRCS bitmap_base.cpp board_printout.cpp build_version.cpp - commit.cpp + commit.cpp common.cpp config_params.cpp confirm.cpp