diff options
author | Eric Engestrom <[email protected]> | 2018-03-08 09:52:16 +0000 |
---|---|---|
committer | Eric Engestrom <[email protected]> | 2018-03-08 09:53:34 +0000 |
commit | 19dd7f007e62d3962a5a9f1d92332e8e23e0deee (patch) | |
tree | b277ff269f5bd17075930d4f5f311520f3339b01 /src | |
parent | 93e58d5e17d60c32edb66df8f20867a9e157d055 (diff) |
drirc: whitespace fix
Signed-off-by: Eric Engestrom <[email protected]>
Diffstat (limited to 'src')
-rw-r--r-- | src/util/drirc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/util/drirc b/src/util/drirc index c964588e72f..250cc784b3c 100644 --- a/src/util/drirc +++ b/src/util/drirc @@ -277,9 +277,9 @@ TODO: document the other workarounds. <option name="glx_disable_oml_sync_control" value="true" /> <option name="glx_disable_sgi_video_sync" value="true" /> </application> - <application name="Compiz" executable="Compiz"> + <application name="Compiz" executable="Compiz"> <option name="glx_disable_ext_buffer_age" value="true" /> - <option name="glx_disable_oml_sync_control" value="true" /> + <option name="glx_disable_oml_sync_control" value="true" /> </application> </device> <device driver="radeonsi"> |