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/i386/bits | |
parent | 4b90d3f6146154638ffbe227da48e9af0dd2a803 (diff) |
Fix coding style
Diffstat (limited to 'sysdeps/i386/bits')
-rw-r--r-- | sysdeps/i386/bits/pthreadtypes-arch.h | 2 |
1 files changed, 1 insertions, 1 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 */ |