Index: src/libcfa/fstream.c
===================================================================
--- src/libcfa/fstream.c	(revision 70a06f62e367e9c06390ae334378318747bac089)
+++ src/libcfa/fstream.c	(revision 356189ae6aa5eeb5c37aa8f28f8cff067fb2f919)
@@ -5,10 +5,10 @@
 // file "LICENCE" distributed with Cforall.
 //
-// fstream.c -- 
+// fstream.c --
 //
 // Author           : Peter A. Buhr
 // Created On       : Wed May 27 17:56:53 2015
-// Last Modified By : Peter A. Buhr
-// Last Modified On : Wed Apr  6 17:55:27 2016
+// Last Modified By : Rob Schluntz
+// Last Modified On : Thu Apr 14 17:04:24 2016
 // Update Count     : 176
 //
@@ -75,5 +75,5 @@
 	if ( fclose( (FILE *)(os->file) ) == EOF ) {
 		perror( IO_MSG "close output" );
-	} // if 
+	} // if
 } // close
 
@@ -139,5 +139,5 @@
 	if ( fclose( (FILE *)(is->file) ) == EOF ) {
 		perror( IO_MSG "close input" );
-	} // if 
+	} // if
 } // close
 
@@ -154,5 +154,5 @@
 	return is;
 } // read
-  
+
 ifstream *ungetc( ifstream * is, char c ) {
 	if ( fail( is ) ) {
