Index: src/driver/cfa.cc
===================================================================
--- src/driver/cfa.cc	(revision 0edebf87a1760973e5e540e69b095c989d0f5b5a)
+++ src/driver/cfa.cc	(revision 075734f14acde30eb96b3d4a867306b8dcec0eb3)
@@ -246,5 +246,5 @@
 	if ( link ) {
 		#if ! defined(HAVE_LIBCFA_RELEASE)
-			if( !debug ) { 
+			if( !debug ) {
 				cerr << "error: Option -nodebug is not available, libcfa was not installed." << endl;
 				exit( EXIT_FAILURE );
@@ -252,5 +252,5 @@
 		#endif
 		#if ! defined(HAVE_LIBCFA_DEBUG)
-			if( debug ) { 
+			if( debug ) {
 				cerr << "error: Option -debug is not available, libcfa-d was not installed." << endl;
 				exit( EXIT_FAILURE );
