mirror of
https://github.com/RGBCube/serenity
synced 2025-05-30 12:35:13 +00:00
LibC: Run clang-format on setjmp.h
This commit is contained in:
parent
6cb536daa8
commit
af9d4281eb
1 changed files with 10 additions and 12 deletions
|
@ -48,10 +48,8 @@ struct __jmp_buf {
|
||||||
typedef struct __jmp_buf jmp_buf[1];
|
typedef struct __jmp_buf jmp_buf[1];
|
||||||
typedef struct __jmp_buf sigjmp_buf[1];
|
typedef struct __jmp_buf sigjmp_buf[1];
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Since setjmp.h may be included in ports / c-projects, we need to guard this
|
* Since setjmp.h may be included by ports written in C, we need to guard this.
|
||||||
*
|
|
||||||
*/
|
*/
|
||||||
#ifdef __cplusplus
|
#ifdef __cplusplus
|
||||||
# ifdef __i386__
|
# ifdef __i386__
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue