Skip to content

Commit ad77bd8

Browse files
authored
Remove tabs from idl files (#2130)
1 parent 77b5e21 commit ad77bd8

File tree

2 files changed

+5
-6
lines changed

2 files changed

+5
-6
lines changed

idl/hf.idol

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -207,12 +207,11 @@ Interface(
207207
"hash_significant_bits": (
208208
doc: "async sha256 of the entire flash chip with sector zero replaced by `0xff`",
209209
args: {
210-
"dev": (
210+
"dev": (
211211
type: "HfDevSelect",
212212
recv: FromPrimitive("u8"),
213213
),
214-
215-
},
214+
},
216215
reply: Result(
217216
ok: "()",
218217
err: CLike("HfError"),
@@ -221,11 +220,11 @@ Interface(
221220
"get_cached_hash": (
222221
doc: "sha256 of the entire flash chip with sector zero replaced by `0xff`",
223222
args: {
224-
"dev": (
223+
"dev": (
225224
type: "HfDevSelect",
226225
recv: FromPrimitive("u8"),
227226
),
228-
},
227+
},
229228
reply: Result(
230229
ok: "[u8; drv_hash_api::SHA256_SZ]",
231230
err: CLike("HfError"),

idl/sprot.idol

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -380,7 +380,7 @@ Interface(
380380
reply: Result(
381381
ok: "LifecycleState",
382382
err: Complex("StateOrSprotError"),
383-
),
383+
),
384384
encoding: Hubpack,
385385
idempotent: true,
386386
),

0 commit comments

Comments
 (0)