Skip to content

Commit

Permalink
print extra line for no verbose mode
Browse files Browse the repository at this point in the history
Signed-off-by: Frank Li <Frank.Li@nxp.com>
  • Loading branch information
nxpfrankli committed Jan 21, 2020
1 parent dc1b4cc commit 69475a9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions uuu/uuu.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1070,5 +1070,7 @@ int main(int argc, char **argv)

/*Wait for the other thread exit, after send out CMD_DONE*/
std::this_thread::sleep_for(std::chrono::milliseconds(100));
if(!g_verbose)
printf("\n\n\n");
return g_overall_status;
}

0 comments on commit 69475a9

Please sign in to comment.