Skip to content

Commit 0f59595

Browse files
Fix formatting
1 parent 2192a6f commit 0f59595

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/CommandLineUtilities/ProgramDmaBench.cxx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -326,10 +326,9 @@ class ProgramDmaBench: public Program
326326
mBarHammer->join();
327327
}
328328

329-
std::cout << "\n";
329+
std::cout << "\n\n";
330330
mChannel->stopDma();
331331
int popped = freeExcessPages(10ms);
332-
std::cout << "\n";
333332
getLogger() << "Popped " << popped << " remaining superpages" << endm;
334333

335334
outputErrors();

0 commit comments

Comments
 (0)