Skip to content

Commit 63aece4

Browse files
ThomasWaldmannNikratio
authored andcommitted
cosmetic: fix spacing in pyfuse3.h
1 parent 42e9266 commit 63aece4

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/pyfuse3/pyfuse3.h

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,13 @@ This file is part of pyfuse3. This work may be distributed under
77
the terms of the GNU LGPL.
88
*/
99

10-
1110
#define PLATFORM_LINUX 1
1211
#define PLATFORM_BSD 2
1312
#define PLATFORM_DARWIN 3
1413

1514
#ifdef __linux__
1615
#define PLATFORM PLATFORM_LINUX
17-
#elif __FreeBSD_kernel__&&__GLIBC__
16+
#elif __FreeBSD_kernel__ && __GLIBC__
1817
#define PLATFORM PLATFORM_LINUX
1918
#elif __FreeBSD__
2019
#define PLATFORM PLATFORM_BSD

0 commit comments

Comments
 (0)