diff options
author | Timur Kristóf <timur.kristof@gmail.com> | 2021-10-12 16:21:11 +0200 |
---|---|---|
committer | Marge Bot <eric+marge@anholt.net> | 2021-10-13 08:55:33 +0000 |
commit | 574c6612aeab77ebd97fe8beeb341e6d469db56d (patch) | |
tree | 06e327848bdd8797b8162c88d5372a2010512db8 /src | |
parent | 84d0f54e75a440d3149e68e92a51685d04687c68 (diff) | |
download | mesa-574c6612aeab77ebd97fe8beeb341e6d469db56d.tar.gz |
drirc: Fix indentation.
Signed-off-by: Timur Kristóf <timur.kristof@gmail.com>
Reviewed-by: Samuel Pitoiset <samuel.pitoiset@gmail.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/13312>
Diffstat (limited to 'src')
-rw-r--r-- | src/util/00-mesa-defaults.conf | 12 |
1 files 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> |