Loading adb/line_printer.cpp +1 −1 Original line number Diff line number Diff line Loading @@ -67,7 +67,7 @@ static void Out(const std::string& s) { void LinePrinter::Print(string to_print, LineType type) { if (!smart_terminal_) { Out(to_print); Out(to_print + "\n"); return; } Loading Loading
adb/line_printer.cpp +1 −1 Original line number Diff line number Diff line Loading @@ -67,7 +67,7 @@ static void Out(const std::string& s) { void LinePrinter::Print(string to_print, LineType type) { if (!smart_terminal_) { Out(to_print); Out(to_print + "\n"); return; } Loading