diff options
author | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2018-03-28 01:20:15 +0200 |
---|---|---|
committer | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2018-03-28 01:20:15 +0200 |
commit | fd8d37ff6b01db3985ac67a6c43bb81f5f7b2aca (patch) | |
tree | f6f437de772433052cd518345dbd7756ce72e39a /sysdeps | |
parent | 4b90d3f6146154638ffbe227da48e9af0dd2a803 (diff) |
Fix coding style
Diffstat (limited to 'sysdeps')
-rw-r--r-- | sysdeps/i386/bits/pthreadtypes-arch.h | 2 | ||||
-rw-r--r-- | sysdeps/i386/machine-sp.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/sysdeps/i386/bits/pthreadtypes-arch.h b/sysdeps/i386/bits/pthreadtypes-arch.h index 57fc1ca..3ea3bd7 100644 --- a/sysdeps/i386/bits/pthreadtypes-arch.h +++ b/sysdeps/i386/bits/pthreadtypes-arch.h @@ -18,4 +18,4 @@ #ifndef _BITS_PTHREADTYPES_ARCH_H #define _BITS_PTHREADTYPES_ARCH_H 1 -#endif /* bits/pthreadtypes.h */ +#endif /* bits/pthreadtypes.h */ diff --git a/sysdeps/i386/machine-sp.h b/sysdeps/i386/machine-sp.h index 5000468..8470f2f 100644 --- a/sysdeps/i386/machine-sp.h +++ b/sysdeps/i386/machine-sp.h @@ -26,4 +26,4 @@ __sp__; \ }) -#endif /* machine-sp.h */ +#endif /* machine-sp.h */ |