From: Martin Quinson Date: Mon, 7 Mar 2016 19:35:25 +0000 (+0100) Subject: reindent for cosmetics X-Git-Tag: v3_13~501 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/40aba32becd7fb2b5a7437134ae767873a175be5?hp=17af4a7b4d8635b9e330e1a9bffa367d6c8f8564 reindent for cosmetics --- diff --git a/tools/cmake/src/internal_config.h.in b/tools/cmake/src/internal_config.h.in index 590c80fe2e..a2afe655fc 100644 --- a/tools/cmake/src/internal_config.h.in +++ b/tools/cmake/src/internal_config.h.in @@ -9,17 +9,17 @@ * under the terms of the license (GNU LGPL) which comes with this package. */ /* Non-standard header files */ -#cmakedefine HAVE_EXECINFO_H @HAVE_EXECINFO_H@ /* */ -#cmakedefine HAVE_FUTEX_H @HAVE_FUTEX_H@ /* */ -#cmakedefine HAVE_SIGNAL_H @HAVE_SIGNAL_H@ /* */ -#cmakedefine HAVE_UNISTD_H @HAVE_UNISTD_H@ /* */ -#cmakedefine HAVE_UCONTEXT_H @HAVE_UCONTEXT_H@ /* */ -#cmakedefine HAVE_VALGRIND_VALGRIND_H @HAVE_VALGRIND_VALGRIND_H@ /* */ +#cmakedefine HAVE_EXECINFO_H @HAVE_EXECINFO_H@ /* */ +#cmakedefine HAVE_FUTEX_H @HAVE_FUTEX_H@ /* */ +#cmakedefine HAVE_SIGNAL_H @HAVE_SIGNAL_H@ /* */ +#cmakedefine HAVE_UNISTD_H @HAVE_UNISTD_H@ /* */ +#cmakedefine HAVE_UCONTEXT_H @HAVE_UCONTEXT_H@ /* */ +#cmakedefine HAVE_VALGRIND_VALGRIND_H @HAVE_VALGRIND_VALGRIND_H@ /* */ /* Time portability */ -#cmakedefine HAVE_GETTIMEOFDAY @HAVE_GETTIMEOFDAY@ /* Function gettimeofday */ +#cmakedefine HAVE_GETTIMEOFDAY @HAVE_GETTIMEOFDAY@ /* Function gettimeofday */ #cmakedefine HAVE_POSIX_GETTIME @HAVE_POSIX_GETTIME@ /* Function clock_gettime */ -#cmakedefine HAVE_NANOSLEEP @HAVE_NANOSLEEP@ /* Function nanosleep */ +#cmakedefine HAVE_NANOSLEEP @HAVE_NANOSLEEP@ /* Function nanosleep */ /* The usable context factories */ #cmakedefine HAVE_BOOST_CONTEXTS @HAVE_BOOST_CONTEXTS@ @@ -28,13 +28,13 @@ #cmakedefine HAVE_UCONTEXT_CONTEXTS @HAVE_UCONTEXT_CONTEXTS@ /* Variables for the thread contexts (and parallel mode of raw contexts) */ -#cmakedefine HAVE_PTHREAD @HAVE_PTHREAD@ /* Define to 1 if threads are usable . */ -#cmakedefine HAVE_PTHREAD_SETAFFINITY @HAVE_PTHREAD_SETAFFINITY@ /* Does not seems defined on Mac nor Windows */ +#cmakedefine HAVE_PTHREAD @HAVE_PTHREAD@ /* Define to 1 if threads are usable . */ +#cmakedefine HAVE_PTHREAD_SETAFFINITY @HAVE_PTHREAD_SETAFFINITY@ /* Does not seems defined on Mac nor Windows */ #cmakedefine HAVE_THREAD_LOCAL_STORAGE @HAVE_THREAD_LOCAL_STORAGE@ /* If __thread is available */ /* Variables for the raw contexts (to select the right assembly code) */ -#cmakedefine PROCESSOR_i686 @PROCESSOR_i686@ -#cmakedefine PROCESSOR_x86_64 @PROCESSOR_x86_64@ +#cmakedefine PROCESSOR_i686 @PROCESSOR_i686@ +#cmakedefine PROCESSOR_x86_64 @PROCESSOR_x86_64@ #cmakedefine CMAKE_SYSTEM_PROCESSOR @CMAKE_SYSTEM_PROCESSOR@ /* Variables for the SysV contexts */ @@ -45,10 +45,10 @@ #cmakedefine PTH_STACKGROWTH @PTH_STACKGROWTH@ /* Does the stack growth upward, or downward? */ /* MC variables */ -#cmakedefine HAVE_GETDTABLESIZE @HAVE_GETDTABLESIZE@ /* getdtablesize: get descriptor table size */ -#cmakedefine HAVE_MMALLOC @HAVE_MMALLOC@ /* Did we compile mmalloc in? */ +#cmakedefine HAVE_GETDTABLESIZE @HAVE_GETDTABLESIZE@ /* getdtablesize: get descriptor table size */ +#cmakedefine HAVE_MMALLOC @HAVE_MMALLOC@ /* Did we compile mmalloc in? */ #cmakedefine HAVE_PROCESS_VM_READV @HAVE_PROCESS_VM_READV@ /* process_vm_readv: transfer data between process address spaces */ -#cmakedefine HAVE_MC @HAVE_MC@ /* Set to true if enable_model-checking is true and the dependencies available */ +#cmakedefine HAVE_MC @HAVE_MC@ /* Set to true if enable_model-checking is true and the dependencies available */ /* SMPI variables */ #cmakedefine HAVE_SMPI @HAVE_SMPI@ @@ -63,5 +63,5 @@ #cmakedefine HAVE_VASPRINTF @HAVE_VASPRINTF@ /* Function vasprintf */ /* Other checks */ -#cmakedefine ADDR2LINE "@ADDR2LINE@" /* Path to the addr2line tool */ -#cmakedefine HAVE_GRAPHVIZ @HAVE_GRAPHVIZ@ /* The graphviz library */ +#cmakedefine ADDR2LINE "@ADDR2LINE@" /* Path to the addr2line tool */ +#cmakedefine HAVE_GRAPHVIZ @HAVE_GRAPHVIZ@ /* The graphviz library */