From a739b851f7e5c0d949ce3d4a36a4ad5249a6db70 Mon Sep 17 00:00:00 2001
From: Jens Koenen <koenen@vr.rwth-aachen.de>
Date: Wed, 12 Oct 2022 13:49:21 +0200
Subject: [PATCH] Removed some tabs.

---
 CMakeLists.txt | 40 ++++++++++++++++++++--------------------
 1 file changed, 20 insertions(+), 20 deletions(-)

diff --git a/CMakeLists.txt b/CMakeLists.txt
index 21f1dc88..f4bda62d 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -693,7 +693,7 @@ message("=======================================================================
             ${SRC_DIR}/headset/headset.hpp ${SRC_DIR}/headset/headset.cpp
             ${SRC_DIR}/headset/emulated_headset.hpp ${SRC_DIR}/headset/emulated_headset.cpp
             ${SRC_DIR}/headset/openvr_headset.hpp ${SRC_DIR}/headset/openvr_headset.cpp
-			${SRC_DIR}/headset/openxr_headset.hpp ${SRC_DIR}/headset/openxr_headset.cpp
+            ${SRC_DIR}/headset/openxr_headset.hpp ${SRC_DIR}/headset/openxr_headset.cpp
             ${SRC_DIR}/headset/remote_headset.hpp ${SRC_DIR}/headset/remote_headset.cpp
             
             #Strategy
@@ -703,24 +703,24 @@ message("=======================================================================
             ${SRC_DIR}/strategy/multi_view_stereo.hpp ${SRC_DIR}/strategy/multi_view_stereo.cpp
             ${SRC_DIR}/strategy/depth_peeling_reprojection_stereo.hpp ${SRC_DIR}/strategy/depth_peeling_reprojection_stereo.cpp
             
-			#Stream
-			${SRC_DIR}/stream/datagram.hpp ${SRC_DIR}/stream/datagram.cpp
-			${SRC_DIR}/stream/packet.hpp
-			${SRC_DIR}/stream/ring_buffer.hpp ${SRC_DIR}/stream/ring_buffer.cpp
-			${SRC_DIR}/stream/transport.hpp ${SRC_DIR}/stream/transport.cpp
-			${SRC_DIR}/stream/types.hpp
-
+            #Stream
+            ${SRC_DIR}/stream/datagram.hpp ${SRC_DIR}/stream/datagram.cpp
+            ${SRC_DIR}/stream/packet.hpp
+            ${SRC_DIR}/stream/ring_buffer.hpp ${SRC_DIR}/stream/ring_buffer.cpp
+            ${SRC_DIR}/stream/transport.hpp ${SRC_DIR}/stream/transport.cpp
+            ${SRC_DIR}/stream/types.hpp
+            
             #Utility
             ${SRC_DIR}/utility/command_parser.hpp ${SRC_DIR}/utility/command_parser.cpp
             ${SRC_DIR}/utility/companion_window.hpp ${SRC_DIR}/utility/companion_window.cpp
-			${SRC_DIR}/utility/encoder.hpp ${SRC_DIR}/utility/encoder.cpp
-			${SRC_DIR}/utility/extern_fence.hpp ${SRC_DIR}/utility/extern_fence.cpp
+            ${SRC_DIR}/utility/encoder.hpp ${SRC_DIR}/utility/encoder.cpp
+            ${SRC_DIR}/utility/extern_fence.hpp ${SRC_DIR}/utility/extern_fence.cpp
             ${SRC_DIR}/utility/frame_capture.hpp ${SRC_DIR}/utility/frame_capture.cpp
             ${SRC_DIR}/utility/geometry_buffer.hpp ${SRC_DIR}/utility/geometry_buffer.cpp
-			${SRC_DIR}/utility/latency.hpp ${SRC_DIR}/utility/latency.cpp
+            ${SRC_DIR}/utility/latency.hpp ${SRC_DIR}/utility/latency.cpp
             ${SRC_DIR}/utility/pass_timer.hpp ${SRC_DIR}/utility/pass_timer.cpp
             ${SRC_DIR}/utility/shadow_cache.hpp ${SRC_DIR}/utility/shadow_cache.cpp
-			${SRC_DIR}/utility/statistic.hpp ${SRC_DIR}/utility/statistic.cpp
+            ${SRC_DIR}/utility/statistic.hpp ${SRC_DIR}/utility/statistic.cpp
             ${SRC_DIR}/utility/stereo_transform.hpp ${SRC_DIR}/utility/stereo_transform.cpp
         )
 
@@ -758,12 +758,12 @@ message("=======================================================================
 
                 utility/shadow.vert
                 utility/shadow.geom
-				
-				utility/encode_chroma_subsampling.frag
-				utility/encode_chroma_subsampling.vert
-				
-				utility/encode_color_conversion.frag
-				utility/encode_color_conversion.vert
+                
+                utility/encode_chroma_subsampling.frag
+                utility/encode_chroma_subsampling.vert
+                
+                utility/encode_color_conversion.frag
+                utility/encode_color_conversion.vert
         )
 
         target_include_directories(${NAME}
@@ -775,7 +775,7 @@ message("=======================================================================
         else ()
             target_link_libraries(${NAME} lava::app openvr_api)
         endif ()
-		target_link_libraries(${NAME} lava::app openxr_loader)
+        target_link_libraries(${NAME} lava::app openxr_loader)
         target_link_libraries(${NAME} lava::app assimp::assimp)
         target_include_directories(${NAME} PUBLIC ${OPENVR_HEADER_DIR})
         target_link_libraries(${NAME} "${CMAKE_SOURCE_DIR}/ext/openvr/lib/win64/openvr_api.lib")
@@ -789,7 +789,7 @@ message("=======================================================================
             
             source_group("Headset" REGULAR_EXPRESSION ${SRC_DIR}/headset/*)
             source_group("Strategy" REGULAR_EXPRESSION ${SRC_DIR}/strategy/*)
-			source_group("Stream" REGULAR_EXPRESSION ${SRC_DIR}/stream/*)
+            source_group("Stream" REGULAR_EXPRESSION ${SRC_DIR}/stream/*)
             source_group("Utility" REGULAR_EXPRESSION ${SRC_DIR}/utility/*)
         endif()
 
-- 
GitLab