added newline at end of file

This commit is contained in:
Bryan Herman 2013-08-22 19:03:28 -04:00
parent 74e05654b3
commit e044421ff3

View file

@ -177,6 +177,6 @@ else:
sys.stdout.write('\ngfortran-MPI-PETSC-HDF5-OPTIMIZE tests...')
if result_gfortran_phdf5_petsc_opt:
sys.stdout.write(BOLD + OK + '[OK]' + ENDC)
sys.stdout.write(BOLD + OK + '[OK]' + ENDC, '\n')
else:
sys.stdout.write(BOLD + FAIL + '[FAILED]' + ENDC + '\n')