builtins: 80-column

Re-wrap a couple of lines.  NFC.

llvm-svn: 218096
This commit is contained in:
Saleem Abdulrasool 2014-09-19 01:35:08 +00:00
parent c5ff406f5f
commit 8bf8409be8
1 changed files with 4 additions and 2 deletions

View File

@ -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__