Skip to content

Commit 6b926a5

Browse files
committed
Remove some whitespace. NFC
1 parent ccf81ff commit 6b926a5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

MultiSource/Benchmarks/DOE-ProxyApps-C++/CLAMR/clamr_cpuonly.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -626,7 +626,7 @@ extern "C" void do_calc(void)
626626

627627
// Get overall program timing.
628628
double elapsed_time = cpu_timer_stop(tstart);
629-
629+
630630
#ifdef MEMORY
631631
long long mem_used = memstats_memused();
632632
if (mem_used > 0) {
@@ -669,7 +669,7 @@ extern "C" void do_calc(void)
669669
fclose(fp);
670670
exit(0);
671671
} // Complete final output.
672-
672+
673673
} // end do_calc
674674

675675
const int CRUX_CLAMR_VERSION = 101;

0 commit comments

Comments
 (0)