Skip to content

Commit ff96ae3

Browse files
committed
travis: warnstack -- fix spaces
We use tabs in json so make it consistent. No functional change. Signed-off-by: Cyrill Gorcunov <gorcunov@gmail.com>
1 parent 214f2d4 commit ff96ae3

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

travis/test/warnstack.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
[
22
{
33
"description": "Test warning stack",
4-
"id": "warnstack",
5-
"format": "bin",
6-
"source": "warnstack.asm",
7-
"option": "-Ox",
8-
"target": [
4+
"id": "warnstack",
5+
"format": "bin",
6+
"source": "warnstack.asm",
7+
"option": "-Ox",
8+
"target": [
99
{ "output": "warnstack.bin" },
1010
{ "stderr": "warnstack.stderr" }
1111
]

0 commit comments

Comments
 (0)