Skip to content

Commit 0e19939

Browse files
committed
corrected spacing
1 parent 008f640 commit 0e19939

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/fread.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -190,9 +190,9 @@ typedef struct ThreadLocalFreadParsingContext
190190
// be stored in memory buffer `buff1`.
191191
// Within each buffer the data is stored in row-major order, i.e. in the same
192192
// order as in the original CSV file.
193-
void * restrict buff8;
194-
void * restrict buff4;
195-
void * restrict buff1;
193+
void *restrict buff8;
194+
void *restrict buff4;
195+
void *restrict buff1;
196196

197197
// Size (in bytes) for a single row of data within the buffers `buff8`,
198198
// `buff4` and `buff1` correspondingly.

0 commit comments

Comments
 (0)