cppunit: Whitespace cleanup, no functional change.

This commit is contained in:
Augustin Cavalier 2022-03-29 19:09:01 -04:00
parent c42ce973eb
commit 830f67ef99

View File

@ -1,60 +1,60 @@
#ifndef _INCLUDE_CPPUNIT_CONFIG_AUTO_H #ifndef _INCLUDE_CPPUNIT_CONFIG_AUTO_H
#define _INCLUDE_CPPUNIT_CONFIG_AUTO_H 1 #define _INCLUDE_CPPUNIT_CONFIG_AUTO_H 1
/* include/cppunit/config-auto.h. Generated automatically at end of configure. */ /* include/cppunit/config-auto.h. Generated automatically at end of configure. */
/* config/config.h. Generated automatically by configure. */ /* config/config.h. Generated automatically by configure. */
/* config/config.h.in. Generated automatically from configure.in by autoheader. */ /* config/config.h.in. Generated automatically from configure.in by autoheader. */
/* define if library uses string::compare(string,pos,n) */ /* define if library uses string::compare(string,pos,n) */
#ifndef CPPUNIT_FUNC_STRING_COMPARE_STRING_FIRST #ifndef CPPUNIT_FUNC_STRING_COMPARE_STRING_FIRST
#define CPPUNIT_FUNC_STRING_COMPARE_STRING_FIRST 1 #define CPPUNIT_FUNC_STRING_COMPARE_STRING_FIRST 1
#endif #endif
/* define if the library defines strstream */ /* define if the library defines strstream */
#ifndef CPPUNIT_HAVE_CLASS_STRSTREAM #ifndef CPPUNIT_HAVE_CLASS_STRSTREAM
#define CPPUNIT_HAVE_CLASS_STRSTREAM 1 #define CPPUNIT_HAVE_CLASS_STRSTREAM 1
#endif #endif
/* Define if you have the <cmath> header file. */ /* Define if you have the <cmath> header file. */
#ifndef CPPUNIT_HAVE_CMATH #ifndef CPPUNIT_HAVE_CMATH
#define CPPUNIT_HAVE_CMATH 1 #define CPPUNIT_HAVE_CMATH 1
#endif #endif
/* Define if you have the <dlfcn.h> header file. */ /* Define if you have the <dlfcn.h> header file. */
/* #undef CPPUNIT_HAVE_DLFCN_H */ /* #undef CPPUNIT_HAVE_DLFCN_H */
/* define to 1 if the compiler implements namespaces */ /* define to 1 if the compiler implements namespaces */
#ifndef CPPUNIT_HAVE_NAMESPACES #ifndef CPPUNIT_HAVE_NAMESPACES
#define CPPUNIT_HAVE_NAMESPACES 1 #define CPPUNIT_HAVE_NAMESPACES 1
#endif #endif
/* define if the compiler supports Run-Time Type Identification */ /* define if the compiler supports Run-Time Type Identification */
#ifndef CPPUNIT_HAVE_RTTI #ifndef CPPUNIT_HAVE_RTTI
#define CPPUNIT_HAVE_RTTI 1 #define CPPUNIT_HAVE_RTTI 1
#endif #endif
/* define if the compiler has stringstream */ /* define if the compiler has stringstream */
/* #undef CPPUNIT_HAVE_SSTREAM */ /* #undef CPPUNIT_HAVE_SSTREAM */
/* Define if you have the <strstream> header file. */ /* Define if you have the <strstream> header file. */
#ifndef CPPUNIT_HAVE_STRSTREAM #ifndef CPPUNIT_HAVE_STRSTREAM
#define CPPUNIT_HAVE_STRSTREAM 1 #define CPPUNIT_HAVE_STRSTREAM 1
#endif #endif
/* Name of package */ /* Name of package */
#ifndef CPPUNIT_PACKAGE #ifndef CPPUNIT_PACKAGE
#define CPPUNIT_PACKAGE "cppunit" #define CPPUNIT_PACKAGE "cppunit"
#endif #endif
/* Define to 1 to use type_info::name() for class names */ /* Define to 1 to use type_info::name() for class names */
#ifndef CPPUNIT_USE_TYPEINFO_NAME #ifndef CPPUNIT_USE_TYPEINFO_NAME
#define CPPUNIT_USE_TYPEINFO_NAME CPPUNIT_HAVE_RTTI #define CPPUNIT_USE_TYPEINFO_NAME CPPUNIT_HAVE_RTTI
#endif #endif
/* Version number of package */ /* Version number of package */
#ifndef CPPUNIT_VERSION #ifndef CPPUNIT_VERSION
#define CPPUNIT_VERSION "1.8.0" #define CPPUNIT_VERSION "1.8.0"
#endif #endif
/* _INCLUDE_CPPUNIT_CONFIG_AUTO_H */ /* _INCLUDE_CPPUNIT_CONFIG_AUTO_H */
#endif #endif