diff options
author | Oz Linden <oz@lindenlab.com> | 2017-12-14 18:12:22 -0500 |
---|---|---|
committer | Oz Linden <oz@lindenlab.com> | 2017-12-14 18:12:22 -0500 |
commit | 508e754eb4501b9c3fbfbfde52ca7ae8ed0f06b7 (patch) | |
tree | 616d5f7be57810a6a37d66a57c91255eb90f36c0 /indra/llcommon | |
parent | fa197bf29a83096d759aa724361ed127af5d7e6c (diff) |
fix tab character coding style violation
Diffstat (limited to 'indra/llcommon')
-rw-r--r-- | indra/llcommon/CMakeLists.txt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/indra/llcommon/CMakeLists.txt b/indra/llcommon/CMakeLists.txt index 9c5481a977..c8e44d7ba4 100644 --- a/indra/llcommon/CMakeLists.txt +++ b/indra/llcommon/CMakeLists.txt @@ -257,13 +257,13 @@ set(llcommon_HEADER_FILES set_source_files_properties(${llcommon_HEADER_FILES} PROPERTIES HEADER_FILE_ONLY TRUE - ) + ) # bring in version information for BugSplat crash reporting set_source_files_properties(${llcommon_SOURCE_FILES} PROPERTIES - COMPILE_DEFINITIONS "${VIEWER_CHANNEL_VERSION_DEFINES}" # see BuildVersion.cmake - ) + COMPILE_DEFINITIONS "${VIEWER_CHANNEL_VERSION_DEFINES}" # see BuildVersion.cmake + ) list(APPEND llcommon_SOURCE_FILES ${llcommon_HEADER_FILES}) |