diff options
| author | Saleem Abdulrasool <compnerd@compnerd.org> | 2014-09-19 01:35:08 +0000 |
|---|---|---|
| committer | Saleem Abdulrasool <compnerd@compnerd.org> | 2014-09-19 01:35:08 +0000 |
| commit | 8bf8409be8aae0ebe14717d05b24e6231f80a230 (patch) | |
| tree | 9d2948a7fd3b78afbe235094669ec43f9647d998 /compiler-rt/lib/builtins | |
| parent | c5ff406f5f5346baa4c1827daa5c3a2814127cc8 (diff) | |
| download | bcm5719-llvm-8bf8409be8aae0ebe14717d05b24e6231f80a230.tar.gz bcm5719-llvm-8bf8409be8aae0ebe14717d05b24e6231f80a230.zip | |
builtins: 80-column
Re-wrap a couple of lines. NFC.
llvm-svn: 218096
Diffstat (limited to 'compiler-rt/lib/builtins')
| -rw-r--r-- | compiler-rt/lib/builtins/int_endianness.h | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/compiler-rt/lib/builtins/int_endianness.h b/compiler-rt/lib/builtins/int_endianness.h index c465a985eeb..7ac50562249 100644 --- a/compiler-rt/lib/builtins/int_endianness.h +++ b/compiler-rt/lib/builtins/int_endianness.h @@ -33,7 +33,8 @@ /* .. */ -#if defined(__FreeBSD__) || defined(__NetBSD__) || defined(__DragonFly__) || defined(__minix) +#if defined(__FreeBSD__) || defined(__NetBSD__) || defined(__DragonFly__) || \ + defined(__minix) #include <sys/endian.h> #if _BYTE_ORDER == _BIG_ENDIAN @@ -61,7 +62,8 @@ /* .. */ -/* Mac OSX has __BIG_ENDIAN__ or __LITTLE_ENDIAN__ automatically set by the compiler (at least with GCC) */ +/* Mac OSX has __BIG_ENDIAN__ or __LITTLE_ENDIAN__ automatically set by the + * compiler (at least with GCC) */ #if defined(__APPLE__) || defined(__ellcc__ ) #ifdef __BIG_ENDIAN__ |

