diff options
author | Luke T. Shumaker <lukeshu@lukeshu.com> | 2024-12-26 18:03:24 -0700 |
---|---|---|
committer | Luke T. Shumaker <lukeshu@lukeshu.com> | 2024-12-26 18:10:10 -0700 |
commit | 820540bd706214eee1ae27bb01e6ff5496679880 (patch) | |
tree | 80bde1c7fe15d0816b594c81ab55bcb86f9874f0 /lib9p/9p.generated.c | |
parent | 5fafccfcd54e0e309f084ff3891d0239250cfde3 (diff) |
lib9p: idl.gen: Use \t instead of literal tab, to avoid mistakes
Diffstat (limited to 'lib9p/9p.generated.c')
-rw-r--r-- | lib9p/9p.generated.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib9p/9p.generated.c b/lib9p/9p.generated.c index 373d95e..3d296de 100644 --- a/lib9p/9p.generated.c +++ b/lib9p/9p.generated.c @@ -2843,5 +2843,5 @@ LM_FLATTEN void _lib9p_unmarshal_stat(struct _unmarshal_ctx *ctx, struct lib9p_s unmarshal_stat(ctx, out); } LM_FLATTEN bool _lib9p_marshal_stat(struct _marshal_ctx *ctx, struct lib9p_stat *val) { - return marshal_stat(ctx, val); + return marshal_stat(ctx, val); } |