Skip to content

Commit 658e51b

Browse files
David SalinasDavid Salinas
David Salinas
authored and
David Salinas
committed
HIPCC emits extra newline
SWDEV-465086 - HIPCC emits extra newline Change-Id: Ic450fd3d01bd77ca5997dea0c3361c024a0468f7
1 parent 62c5953 commit 658e51b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

amd/hipcc/src/hipBin_util.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -341,7 +341,7 @@ SystemCmdOut HipBinUtil::exec(const char* cmd,
341341
sysOut.exitCode = WEXITSTATUS(closeStatus);
342342
#endif
343343
if (printConsole == true) {
344-
cout << result << endl;
344+
cout << result;
345345
}
346346
sysOut.out = result;
347347
}

0 commit comments

Comments
 (0)