Mesa (main): drirc: Fix indentation.

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Wed Oct 13 09:21:35 UTC 2021


Module: Mesa
Branch: main
Commit: 574c6612aeab77ebd97fe8beeb341e6d469db56d
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=574c6612aeab77ebd97fe8beeb341e6d469db56d

Author: Timur Kristóf <timur.kristof at gmail.com>
Date:   Tue Oct 12 16:21:11 2021 +0200

drirc: Fix indentation.

Signed-off-by: Timur Kristóf <timur.kristof at gmail.com>
Reviewed-by: Samuel Pitoiset <samuel.pitoiset at gmail.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/13312>

---

 src/util/00-mesa-defaults.conf | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/src/util/00-mesa-defaults.conf b/src/util/00-mesa-defaults.conf
index b7f212a5fcb..1ac692ab79c 100644
--- a/src/util/00-mesa-defaults.conf
+++ b/src/util/00-mesa-defaults.conf
@@ -185,11 +185,11 @@ TODO: document the other workarounds.
             <option name="allow_higher_compat_version" value="true" />
         </application>
 
-	<application name="Faster than Light (32-bit)" executable="FTL.x86">
+        <application name="Faster than Light (32-bit)" executable="FTL.x86">
             <option name="allow_higher_compat_version" value="true" />
         </application>
 
-	<application name="Faster than Light (64-bit)" executable="FTL.amd64">
+        <application name="Faster than Light (64-bit)" executable="FTL.amd64">
             <option name="allow_higher_compat_version" value="true" />
         </application>
 
@@ -197,7 +197,7 @@ TODO: document the other workarounds.
             <option name="allow_higher_compat_version" value="true" />
         </application>
 
-	<application name="The Culling" executable="Victory">
+        <application name="The Culling" executable="Victory">
             <option name="force_glsl_version" value="440" />
         </application>
 
@@ -807,13 +807,13 @@ TODO: document the other workarounds.
         <application name="Shadow Of The Tomb Raider (Native)" application_name_match="ShadowOfTheTomb">
             <option name="radv_report_llvm9_version_string" value="true" />
             <option name="radv_invariant_geom" value="true" />
-	</application>
+        </application>
 
         <application name="Shadow Of The Tomb Raider (DX11/DX12)" application_name_match="SOTTR.exe">
             <option name="radv_invariant_geom" value="true" />
         </application>
 
-	<application name="RAGE 2" executable="RAGE2.exe">
+        <application name="RAGE 2" executable="RAGE2.exe">
             <option name="radv_enable_mrt_output_nan_fixup" value="true" />
         </application>
 
@@ -839,7 +839,7 @@ TODO: document the other workarounds.
             <option name="radv_zero_vram" value="true" />
         </application>
 
-	<application name="World War Z" application_name_match="WWZ">
+        <application name="World War Z" application_name_match="WWZ">
             <option name="radv_override_uniform_offset_alignment" value="16" />
             <option name="radv_disable_shrink_image_store" value="true" />
         </application>



More information about the mesa-commit mailing list