From c4b7a9df8237c61ab3a5cb927304c3b508a6f12a Mon Sep 17 00:00:00 2001 From: Chris Frey Date: Thu, 10 Nov 2011 18:02:11 -0500 Subject: [PATCH] Minor space/tab fixes (configure.ac is inconsistent, I know) :-) --- configure.ac | 2 +- src/debug.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/configure.ac b/configure.ac index 8515d649..c7b37663 100644 --- a/configure.ac +++ b/configure.ac @@ -469,7 +469,7 @@ AC_CONFIG_FILES([Makefile src/Makefile tools/Makefile examples/Makefile - android/Makefile + android/Makefile man/Makefile test/Makefile libbarry-0.pc diff --git a/src/debug.h b/src/debug.h index 1ab8d7aa..cd455849 100644 --- a/src/debug.h +++ b/src/debug.h @@ -61,7 +61,7 @@ extern std::ostream *LogStream; #define eeout(c, r) { ::Barry::LogLock lock; (*::Barry::LogStream) << "Sent packet:\n" << c << "\n" << "Response packet:\n" << r << "\n"; } // handle assert() as well - #undef NDEBUG + #undef NDEBUG #define NDEBUG #endif -- 2.11.4.GIT