Skip to content

Commit

Permalink
[libisigc++] tabs to spaces
Browse files Browse the repository at this point in the history
  • Loading branch information
codicodi authored Jan 10, 2017
1 parent df3c619 commit 19cf128
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions ports/libsigcpp/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@ include_directories(.)

set(SICGPP_SOURCES
sigc++/connection.cc
sigc++/signal_base.cc
sigc++/trackable.cc
sigc++/adaptors/lambda/lambda.cc
sigc++/functors/slot_base.cc)
sigc++/signal_base.cc
sigc++/trackable.cc
sigc++/adaptors/lambda/lambda.cc
sigc++/functors/slot_base.cc)

add_library(sigc ${SICGPP_SOURCES})
set_target_properties(sigc PROPERTIES OUTPUT_NAME sigc-${SIGCPP_API_VERSION})
Expand Down

0 comments on commit 19cf128

Please sign in to comment.