Index: Jenkinsfile
===================================================================
--- Jenkinsfile	(revision 7c45c42d7390af2387ef7c3898db5a98307a6658)
+++ Jenkinsfile	(revision ff29f0885c5ef43cc494cdb91326ef1813825a32)
@@ -267,6 +267,5 @@
 
 		//Configure the conpilation (Output is not relevant)
-		//Use the current directory as the installation target so nothing
-		//escapes the sandbox
+		//Use the current directory as the installation target so nothing escapes the sandbox
 		//Also specify the compiler by hand
 		sh "./configure CXX=${compiler.cpp_cc} ${architecture} --with-backend-compiler=${compiler.cfa_cc} --prefix=${install_dir} --enable-silent-rules --quiet"
