[nasm:nasm-2.15.xx] travis: warnstack -- fix spaces

nasm-bot for Cyrill Gorcunov gorcunov at gmail.com
Mon Sep 7 01:03:05 PDT 2020


Commit-ID:  ff96ae3ffb391fd75c4737a17461f8bb36d7e915
Gitweb:     http://repo.or.cz/w/nasm.git?a=commitdiff;h=ff96ae3ffb391fd75c4737a17461f8bb36d7e915
Author:     Cyrill Gorcunov <gorcunov at gmail.com>
AuthorDate: Sun, 6 Sep 2020 19:57:11 +0300
Committer:  Cyrill Gorcunov <gorcunov at gmail.com>
CommitDate: Sun, 6 Sep 2020 19:57:11 +0300

travis: warnstack -- fix spaces

We use tabs in json so make it consistent.
No functional change.

Signed-off-by: Cyrill Gorcunov <gorcunov at gmail.com>


---
 travis/test/warnstack.json | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/travis/test/warnstack.json b/travis/test/warnstack.json
index c462b75b..43dba671 100644
--- a/travis/test/warnstack.json
+++ b/travis/test/warnstack.json
@@ -1,11 +1,11 @@
 [
 	{
 		"description": "Test warning stack",
-	        "id": "warnstack",
-	        "format": "bin",
-	        "source": "warnstack.asm",
-	 	"option": "-Ox",
-	    "target": [
+		"id": "warnstack",
+		"format": "bin",
+		"source": "warnstack.asm",
+		"option": "-Ox",
+		"target": [
 			{ "output": "warnstack.bin" },
 			{ "stderr": "warnstack.stderr" }
 		]


More information about the Nasm-commits mailing list