Skip to content

Commit 247bd5b

Browse files
BSP: Remove stray closing brace
This header file only defines macros, so there is no extern "C" block, but there was still a closing brace for it.
1 parent 3315b72 commit 247bd5b

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/BSP/se-identity.h

-4
Original file line numberDiff line numberDiff line change
@@ -343,8 +343,4 @@
343343
}, \
344344
}
345345

346-
#ifdef __cplusplus
347-
}
348-
#endif
349-
350346
#endif /* __SOFT_SE_IDENTITY_H__ */

0 commit comments

Comments
 (0)