Skip to content

Commit

Permalink
Ran clang-format.
Browse files Browse the repository at this point in the history
  • Loading branch information
Christoph Schütte committed Jan 22, 2018
1 parent 521b36c commit 07e8d3f
Show file tree
Hide file tree
Showing 3 changed files with 38 additions and 40 deletions.
32 changes: 15 additions & 17 deletions bazel/third_party/cairo/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
/* #undef CAIRO_CAN_TEST_SVG_SURFACE */

/* Define to 1 if the Win32 Printing backend can be tested (needs ghostscript)
*/
*/
/* #undef CAIRO_CAN_TEST_WIN32_PRINTING_SURFACE */

/* Define to 1 if dlsym is available */
Expand Down Expand Up @@ -303,14 +303,15 @@
/* #undef IPC_RMID_DEFERRED_RELEASE */

/* Define to the sub-directory in which libtool stores uninstalled libraries.
*/
*/
#define LT_OBJDIR ".libs/"

/* Define to 1 if your C compiler doesn't accept -c and -o together. */
/* #undef NO_MINUS_C_MINUS_O */

/* Define to the address where bug reports for this package should be sent. */
#define PACKAGE_BUGREPORT "http://bugs.freedesktop.org/enter_bug.cgi?product=cairo"
#define PACKAGE_BUGREPORT \
"http://bugs.freedesktop.org/enter_bug.cgi?product=cairo"

/* Define to the full name of this package. */
#define PACKAGE_NAME USE_cairo_INSTEAD
Expand Down Expand Up @@ -350,42 +351,40 @@

/* Enable extensions on AIX 3, Interix. */
#ifndef _ALL_SOURCE
# define _ALL_SOURCE 1
#define _ALL_SOURCE 1
#endif
/* Enable GNU extensions on systems that have them. */
#ifndef _GNU_SOURCE
# define _GNU_SOURCE 1
#define _GNU_SOURCE 1
#endif
/* Enable threading extensions on Solaris. */
#ifndef _POSIX_PTHREAD_SEMANTICS
# define _POSIX_PTHREAD_SEMANTICS 1
#define _POSIX_PTHREAD_SEMANTICS 1
#endif
/* Enable extensions on HP NonStop. */
#ifndef _TANDEM_SOURCE
# define _TANDEM_SOURCE 1
#define _TANDEM_SOURCE 1
#endif
/* Enable general extensions on Solaris. */
#ifndef __EXTENSIONS__
# define __EXTENSIONS__ 1
#define __EXTENSIONS__ 1
#endif


/* Define to the value your compiler uses to support the warn-unused-result
attribute */
#define WARN_UNUSED_RESULT

/* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
significant byte first (like Motorola and SPARC, unlike Intel). */
#if defined AC_APPLE_UNIVERSAL_BUILD
# if defined __BIG_ENDIAN__
# define WORDS_BIGENDIAN 1
# endif
#if defined __BIG_ENDIAN__
#define WORDS_BIGENDIAN 1
#endif
#else
# ifndef WORDS_BIGENDIAN
#ifndef WORDS_BIGENDIAN
/* # undef WORDS_BIGENDIAN */
# endif
#endif

#endif

/* Deal with multiple architecture compiles on Mac OS X */
#ifdef __APPLE_CC__
Expand All @@ -398,13 +397,12 @@
#endif
#endif


/* Define to 1 if the X Window System is missing or not being used. */
/* #undef X_DISPLAY_MISSING */

/* Enable large inode numbers on Mac OS X 10.5. */
#ifndef _DARWIN_USE_64_BIT_INODE
# define _DARWIN_USE_64_BIT_INODE 1
#define _DARWIN_USE_64_BIT_INODE 1
#endif

/* Number of bits in a file offset, on hosts where this is settable. */
Expand Down
34 changes: 17 additions & 17 deletions bazel/third_party/fontconfig/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
#define FLEXIBLE_ARRAY_MEMBER /**/

/* Define to 1 if you have the <dirent.h> header file, and it defines `DIR'.
*/
*/
#define HAVE_DIRENT_H 1

/* Define to 1 if you have the <dlfcn.h> header file. */
Expand Down Expand Up @@ -196,14 +196,14 @@
/* #undef HAVE_STRUCT_STATVFS_F_FSTYPENAME */

/* Define to 1 if you have the <sys/dir.h> header file, and it defines `DIR'.
*/
*/
/* #undef HAVE_SYS_DIR_H */

/* Define to 1 if you have the <sys/mount.h> header file. */
#define HAVE_SYS_MOUNT_H 1

/* Define to 1 if you have the <sys/ndir.h> header file, and it defines `DIR'.
*/
*/
/* #undef HAVE_SYS_NDIR_H */

/* Define to 1 if you have the <sys/param.h> header file. */
Expand Down Expand Up @@ -249,14 +249,15 @@
/* #undef HAVE__MKTEMP_S */

/* Define to the sub-directory in which libtool stores uninstalled libraries.
*/
*/
#define LT_OBJDIR ".libs/"

/* Name of package */
#define PACKAGE "fontconfig"

/* Define to the address where bug reports for this package should be sent. */
#define PACKAGE_BUGREPORT "https://bugs.freedesktop.org/enter_bug.cgi?product=fontconfig"
#define PACKAGE_BUGREPORT \
"https://bugs.freedesktop.org/enter_bug.cgi?product=fontconfig"

/* Define to the full name of this package. */
#define PACKAGE_NAME "fontconfig"
Expand Down Expand Up @@ -303,44 +304,43 @@

/* Enable extensions on AIX 3, Interix. */
#ifndef _ALL_SOURCE
# define _ALL_SOURCE 1
#define _ALL_SOURCE 1
#endif
/* Enable GNU extensions on systems that have them. */
#ifndef _GNU_SOURCE
# define _GNU_SOURCE 1
#define _GNU_SOURCE 1
#endif
/* Enable threading extensions on Solaris. */
#ifndef _POSIX_PTHREAD_SEMANTICS
# define _POSIX_PTHREAD_SEMANTICS 1
#define _POSIX_PTHREAD_SEMANTICS 1
#endif
/* Enable extensions on HP NonStop. */
#ifndef _TANDEM_SOURCE
# define _TANDEM_SOURCE 1
#define _TANDEM_SOURCE 1
#endif
/* Enable general extensions on Solaris. */
#ifndef __EXTENSIONS__
# define __EXTENSIONS__ 1
#define __EXTENSIONS__ 1
#endif


/* Version number of package */
#define VERSION "2.11.94"

/* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
significant byte first (like Motorola and SPARC, unlike Intel). */
#if defined AC_APPLE_UNIVERSAL_BUILD
# if defined __BIG_ENDIAN__
# define WORDS_BIGENDIAN 1
# endif
#if defined __BIG_ENDIAN__
#define WORDS_BIGENDIAN 1
#endif
#else
# ifndef WORDS_BIGENDIAN
#ifndef WORDS_BIGENDIAN
/* # undef WORDS_BIGENDIAN */
# endif
#endif
#endif

/* Enable large inode numbers on Mac OS X 10.5. */
#ifndef _DARWIN_USE_64_BIT_INODE
# define _DARWIN_USE_64_BIT_INODE 1
#define _DARWIN_USE_64_BIT_INODE 1
#endif

/* Number of bits in a file offset, on hosts where this is settable. */
Expand Down
12 changes: 6 additions & 6 deletions bazel/third_party/pixman/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@
#define HAVE_UNISTD_H 1

/* Define to the sub-directory in which libtool stores uninstalled libraries.
*/
*/
#define LT_OBJDIR ".libs/"

/* Name of package */
Expand Down Expand Up @@ -174,13 +174,13 @@
/* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
significant byte first (like Motorola and SPARC, unlike Intel). */
#if defined AC_APPLE_UNIVERSAL_BUILD
# if defined __BIG_ENDIAN__
# define WORDS_BIGENDIAN 1
# endif
#if defined __BIG_ENDIAN__
#define WORDS_BIGENDIAN 1
#endif
#else
# ifndef WORDS_BIGENDIAN
#ifndef WORDS_BIGENDIAN
/* # undef WORDS_BIGENDIAN */
# endif
#endif
#endif

/* Define to `__inline__' or `__inline' if that's what the C compiler
Expand Down

0 comments on commit 07e8d3f

Please sign in to comment.