From 2ebce1113730fcb23394e3931b7fafcb2d2ca7b7 Mon Sep 17 00:00:00 2001 From: Erik Faye-Lund Date: Mon, 7 Nov 2022 20:31:01 +0100 Subject: [PATCH] docs/asahi: fix indent Reviewed-by: David Heidelberg Part-of: --- docs/drivers/asahi.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/drivers/asahi.rst b/docs/drivers/asahi.rst index 7e848f083d7..42016a62f1c 100644 --- a/docs/drivers/asahi.rst +++ b/docs/drivers/asahi.rst @@ -38,7 +38,7 @@ The library is only built if ``-Dtools=asahi`` is passed. It builds a single For example, to trace an app ``./app``, run: - DYLD_INSERT_LIBRARIES=~/mesa/build/src/asahi/lib/libwrap.dylib ./app + DYLD_INSERT_LIBRARIES=~/mesa/build/src/asahi/lib/libwrap.dylib ./app Hardware varyings -----------------