Skip to content

Commit

Permalink
Re #32 tabs to spaces in cmakelist file
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthew D Jones committed Mar 24, 2017
1 parent f3f2033 commit c16f24d
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions Framework/LiveData/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -58,23 +58,23 @@ find_package ( LibRDKafka )
if ( LIBRDKAFKA_FOUND )
set ( SRC_FILES
${SRC_FILES}
src/Kafka/KafkaEventListener.cpp
src/Kafka/KafkaEventStreamDecoder.cpp
src/Kafka/KafkaEventListener.cpp
src/Kafka/KafkaEventStreamDecoder.cpp
src/Kafka/KafkaBroker.cpp
src/Kafka/KafkaTopicSubscriber.cpp
src/Kafka/KafkaTopicSubscriber.cpp
)
set ( INC_FILES
${INC_FILES}
inc/MantidLiveData/Kafka/KafkaEventListener.h
inc/MantidLiveData/Kafka/KafkaEventStreamDecoder.h
inc/MantidLiveData/Kafka/KafkaEventListener.h
inc/MantidLiveData/Kafka/KafkaEventStreamDecoder.h
inc/MantidLiveData/Kafka/IKafkaStreamSubscriber.h
inc/MantidLiveData/Kafka/IKafkaBroker.h
inc/MantidLiveData/Kafka/KafkaBroker.h
inc/MantidLiveData/Kafka/KafkaTopicSubscriber.h
src/Kafka/private/Schema/flatbuffers/flatbuffers.h
src/Kafka/private/Schema/det_spec_mapping_schema_generated.h
src/Kafka/private/Schema/event_schema_generated.h
src/Kafka/private/Schema/run_info_schema_generated.h
inc/MantidLiveData/Kafka/KafkaTopicSubscriber.h
src/Kafka/private/Schema/flatbuffers/flatbuffers.h
src/Kafka/private/Schema/det_spec_mapping_schema_generated.h
src/Kafka/private/Schema/event_schema_generated.h
src/Kafka/private/Schema/run_info_schema_generated.h
)
set ( TEST_FILES
${TEST_FILES}
Expand Down

0 comments on commit c16f24d

Please sign in to comment.