[PATCH] testbot/TestLauncher: Add an Emacs directive to get 3-space indentation.

Francois Gouget fgouget at codeweavers.com
Thu Mar 14 06:04:01 CDT 2019


Signed-off-by: Francois Gouget <fgouget at codeweavers.com>
---

Yep, except for those two lines it's 3-space indent all the way down!

 testbot/src/TestLauncher/TestLauncher.c | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/testbot/src/TestLauncher/TestLauncher.c b/testbot/src/TestLauncher/TestLauncher.c
index 15929c50..783dbaba 100644
--- a/testbot/src/TestLauncher/TestLauncher.c
+++ b/testbot/src/TestLauncher/TestLauncher.c
@@ -1,3 +1,4 @@
+/* -*- Mode: C; c-basic-offset: 3; indent-tabs-mode: nil -*- */
 /*
  * Verifies that the dlls needed for the test are present.
  *
@@ -34,8 +35,8 @@ static const char *LocationFile;
 static unsigned LocationLine;
 static void _SetErrorLocation(const char* file, int line)
 {
-    LocationFile = file;
-    LocationLine = line;
+   LocationFile = file;
+   LocationLine = line;
 }
 
 #ifdef __GNUC__
-- 
2.20.1




More information about the wine-devel mailing list