Skip to content

Commit 97dc902

Browse files
committed
pp reformat
1 parent 49d2689 commit 97dc902

File tree

4 files changed

+7
-14
lines changed

4 files changed

+7
-14
lines changed

FE/Lib/jpeg_decode_test.cw

+1-2
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,7 @@ import fmt
88

99
import JD = jpeg_decode
1010

11-
global
12-
test_image =
11+
global test_image =
1312
x"""
1413
ffd8ffe000104a46 4946000101000001 00010000ffdb0084 0009060712101212 1011101616151517 1515161615191515 19171515181d1618 151817181f282018
1514
1e251d1715213121 252a2b2e2e2e181f 3338332d37282d2e 2b010a0a0a0e0d0e 1a10101b2d1d2025 2b2b2b2f2b2d2b2d 2f312d2d2d2d2f30 2d2d2f2d2d2b2f2f

FE/Lib/json_parser_test.cw

+4-8
Original file line numberDiff line numberDiff line change
@@ -60,8 +60,7 @@ global test_dict_empty = """{}"""
6060

6161
global test_dict_simple = """{"ip": "8.8.8.8"}"""
6262

63-
global
64-
test_dict_small =
63+
global test_dict_small =
6564
""" {
6665
"string": "string",
6766
"bool": false,
@@ -133,8 +132,7 @@ fun test_vec() void:
133132
test::AssertEq#(jp::ContGetKind(@file, file.root), jp::ContKind:Vec)
134133
test::AssertEq#(jp::ContGetSize(@file, file.root), 5_u32)
135134

136-
global
137-
test4 =
135+
global test4 =
138136
"""[
139137
{
140138
"string": "string",
@@ -143,8 +141,7 @@ global
143141
}
144142
]"""
145143

146-
global
147-
test5 =
144+
global test5 =
148145
"""[
149146
{
150147
"string": "string",
@@ -180,8 +177,7 @@ fun test_parser() void:
180177
test::AssertEq#(jp::ContGetKind(@file, file.root), jp::ContKind:Vec)
181178
test::AssertEq#(jp::ContGetSize(@file, file.root), 2_u32)
182179

183-
global
184-
test6 =
180+
global test6 =
185181
"""
186182
{
187183
"string": "string",

FE/Lib/sha3_test.cw

+1-2
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,7 @@ import fmt
66

77
import sha3
88

9-
global
10-
limerick =
9+
global limerick =
1110
"""
1211
A lim'rick's not hard to define
1312
But it needs to do more than just rhyme

FE/TestData/ray_tracer.cw

+1-2
Original file line numberDiff line numberDiff line change
@@ -230,8 +230,7 @@ fun Render(w u32, h u32, rays_per_pixel u32, fb span!(u32), scene ^Scene) void:
230230
set fb[y * w + x] = as(color, u32)
231231
return
232232

233-
global
234-
gSceneStr =
233+
global gSceneStr =
235234
"""
236235
# spheres
237236
# position radius color shininess reflectivity

0 commit comments

Comments
 (0)