Skip to content

Commit 7c65901

Browse files
committed
Merge branch 'ak/slab-decl-cleanup'
Code clean-up. * ak/slab-decl-cleanup: commit-slab-decl.h: update include guard
2 parents 972ce85 + 9892dc8 commit 7c65901

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

commit-slab-decl.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
#ifndef COMMIT_SLAB_HDR_H
2-
#define COMMIT_SLAB_HDR_H
1+
#ifndef COMMIT_SLAB_DECL_H
2+
#define COMMIT_SLAB_DECL_H
33

44
/* allocate ~512kB at once, allowing for malloc overhead */
55
#ifndef COMMIT_SLAB_SIZE
@@ -40,4 +40,4 @@ elemtype *slabname## _peek(struct slabname *s, const struct commit *c)
4040
declare_commit_slab(slabname, elemtype); \
4141
declare_commit_slab_prototypes(slabname, elemtype)
4242

43-
#endif /* COMMIT_SLAB_HDR_H */
43+
#endif /* COMMIT_SLAB_DECL_H */

0 commit comments

Comments
 (0)