Skip to content

Commit 414cfa5

Browse files
committed
Fixed an annoying clang-issue
1 parent a79c983 commit 414cfa5

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

phongo_version.h

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,10 @@
1717
#ifndef PHONGO_VERSION_H
1818
#define PHONGO_VERSION_H
1919

20+
/* clang-format off */
2021
#define PHP_MONGODB_VERSION "1.5.0-dev"
2122
#define PHP_MONGODB_STABILITY "devel"
2223
#define PHP_MONGODB_VERSION_DESC 1,5,0,0
24+
/* clang-format on */
2325

24-
#endif /* PHONGO_VERSION_H */
26+
#endif /* PHONGO_VERSION_H */

0 commit comments

Comments
 (0)