We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 008f640 commit 0e19939Copy full SHA for 0e19939
src/fread.h
@@ -190,9 +190,9 @@ typedef struct ThreadLocalFreadParsingContext
190
// be stored in memory buffer `buff1`.
191
// Within each buffer the data is stored in row-major order, i.e. in the same
192
// order as in the original CSV file.
193
- void * restrict buff8;
194
- void * restrict buff4;
195
- void * restrict buff1;
+ void *restrict buff8;
+ void *restrict buff4;
+ void *restrict buff1;
196
197
// Size (in bytes) for a single row of data within the buffers `buff8`,
198
// `buff4` and `buff1` correspondingly.
0 commit comments