Index: tests/concurrent/examples/quickSort.c
===================================================================
--- tests/concurrent/examples/quickSort.c	(revision 200fcb3c496b08f843f691550554b21d786aad38)
+++ tests/concurrent/examples/quickSort.c	(revision 0689cd9d9db26f794796566dab90cc918f511b4a)
@@ -9,6 +9,6 @@
 // Created On       : Wed Dec  6 12:15:52 2017
 // Last Modified By : Peter A. Buhr
-// Last Modified On : Tue Dec  4 18:00:27 2018
-// Update Count     : 167
+// Last Modified On : Sat Dec 22 08:44:27 2018
+// Update Count     : 168
 //
 
@@ -151,5 +151,5 @@
 				if ( counter < size - 1 && (counter + 1) % ValuesPerLine != 0 ) sortedfile | ' ';
 			} // for
-			sortedfile | nl;
+			sortedfile | nl | nl;
 
 			delete( values );
