From dffe573d4918c6922ab3dd107afb05454efb60cb Mon Sep 17 00:00:00 2001 From: Ben Sander Date: Wed, 17 Feb 2016 21:22:31 -0600 Subject: [PATCH] Tweak full formatting --- bin/hipconfig | 3 +++ 1 file changed, 3 insertions(+) diff --git a/bin/hipconfig b/bin/hipconfig index db53d6014e..1687983330 100755 --- a/bin/hipconfig +++ b/bin/hipconfig @@ -82,6 +82,7 @@ if ($p_full) { system("$HCC_HOME/bin/hcc-config --cxxflags"); print ("HCC-ldflags : "); system("$HCC_HOME/bin/hcc-config --ldflags"); + printf("\n"); } if ($HIP_PLATFORM eq "nvcc") { print "\n" ; @@ -98,6 +99,8 @@ if ($p_full) { print "\n" ; print "== Linux Kernel\n"; system ("uname -a"); + + print "\n" ; $printed = 1; }