diff --git a/plugins/devel/rprobe.cpp b/plugins/devel/rprobe.cpp index 8829b9a4f..c8d7e1b1a 100644 --- a/plugins/devel/rprobe.cpp +++ b/plugins/devel/rprobe.cpp @@ -119,7 +119,7 @@ command_result rprobe (color_ostream &out, vector & parameters) out << endl << setfill('0') << setw(8) << hex << (int)(rd+j) << ": "; out << " " << setfill('0') << setw(8) << hex << p[j]; } - out << dec << endl; + out << setfill(' ') << setw(0) << dec << endl; }