Skip to content

Commit e6cdeaf

Browse files
chore: format and lint with Clang. [skip ci]
1 parent 2be4683 commit e6cdeaf

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)