Skip to content

Commit 2be4683

Browse files
Introduce formatting error to test fix in .github/workflows/format.yml
1 parent 7c8a177 commit 2be4683

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/value.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,8 @@ typedef struct Tensor {
4040

4141
typedef struct Value {
4242
ValueType type;
43-
int num_base; // 2..64 for numeric values, default 2
44-
int num_base_nan; // 1 when float has NaN base (INF/NaN literals), else 0
43+
int num_base; // 2..64 for numeric values, default 2
44+
int num_base_nan; // 1 when float has NaN base (INF/NaN literals), else 0
4545
union {
4646
bool boolean;
4747
int64_t i;

0 commit comments

Comments
 (0)