Skip to content

Commit 70a9dcb

Browse files
committed
Cleanup
1 parent a772205 commit 70a9dcb

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

src/gqf/gqf_int.h

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* ============================================================================
33
*
44
* Authors: Prashant Pandey <[email protected]>
5-
* Rob Johnson <[email protected]>
5+
* Rob Johnson <[email protected]>
66
*
77
* ============================================================================
88
*/
@@ -21,8 +21,8 @@ extern "C" {
2121

2222
#define MAGIC_NUMBER 1018874902021329732
2323

24-
/* Can be
25-
0 (choose size at run-time),
24+
/* Can be
25+
0 (choose size at run-time),
2626
8, 16, 32, or 64 (for optimized versions),
2727
or other integer <= 56 (for compile-time-optimized bit-shifting-based versions)
2828
*/
@@ -37,7 +37,7 @@ extern "C" {
3737
typedef struct __attribute__ ((__packed__)) qfblock {
3838
/* Code works with uint16_t, uint32_t, etc, but uint8_t seems just as fast as
3939
* anything else */
40-
uint8_t offset;
40+
uint8_t offset;
4141
uint64_t occupieds[QF_METADATA_WORDS_PER_BLOCK];
4242
uint64_t runends[QF_METADATA_WORDS_PER_BLOCK];
4343

@@ -56,8 +56,8 @@ extern "C" {
5656
#endif
5757
} qfblock;
5858

59-
struct __attribute__ ((__packed__)) qfblock;
60-
typedef struct qfblock qfblock;
59+
// struct __attribute__ ((__packed__)) qfblock;
60+
// typedef struct qfblock qfblock;
6161

6262
typedef struct file_info {
6363
int fd;

0 commit comments

Comments
 (0)