public inbox for frysk-cvs@sourceware.org
help / color / mirror / Atom feed
* [SCM]  master: Change ViewsetCommand to align columns properly.
@ 2007-12-12  6:11 rmoseley
  0 siblings, 0 replies; only message in thread
From: rmoseley @ 2007-12-12  6:11 UTC (permalink / raw)
  To: frysk-cvs

The branch, master has been updated
       via  34590558fa6e5c505b323d55e631b4f5632e9e76 (commit)
      from  259e2245e70afaa5ac4fa382a90f6a5c37d30170 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email.

- Log -----------------------------------------------------------------
commit 34590558fa6e5c505b323d55e631b4f5632e9e76
Author: Rick Moseley <rmoseley@localhost.localdomain>
Date:   Wed Dec 12 00:10:51 2007 -0600

    Change ViewsetCommand to align columns properly.
    
    * ViewsetCommand.java: Add "\t" to align columns properly.

-----------------------------------------------------------------------

Summary of changes:
 frysk-core/frysk/hpd/ChangeLog           |    1 +
 frysk-core/frysk/hpd/ViewsetCommand.java |    2 +-
 2 files changed, 2 insertions(+), 1 deletions(-)

First 500 lines of diff:
diff --git a/frysk-core/frysk/hpd/ChangeLog b/frysk-core/frysk/hpd/ChangeLog
index 78c8438..5a29416 100644
--- a/frysk-core/frysk/hpd/ChangeLog
+++ b/frysk-core/frysk/hpd/ChangeLog
@@ -6,6 +6,7 @@
 	* GoCommand.java: Added message that process is now running.
 	* TestKillCommand.java: New to test "kill" command.
 	* TestPeekCommand.java: Fix failing test.
+	* ViewsetCommand.java: Add "\t" to align columns.
 
 2007-12-11  Stan Cox  <scox@redhat.com>
 
diff --git a/frysk-core/frysk/hpd/ViewsetCommand.java b/frysk-core/frysk/hpd/ViewsetCommand.java
index b02510f..6941495 100644
--- a/frysk-core/frysk/hpd/ViewsetCommand.java
+++ b/frysk-core/frysk/hpd/ViewsetCommand.java
@@ -91,7 +91,7 @@ class ViewsetCommand extends ParameterizedCommand {
 	    cli.outWriter.print(temptd.getID());
 	    cli.outWriter.print("]");
 	    Task task = temptd.getTask();
-	    cli.outWriter.print("\t");
+	    cli.outWriter.print("\t\t");
 	    cli.outWriter.print(task.getProc().getPid());
 	    cli.outWriter.print("\t");
 	    cli.outWriter.println(task.getTid());


hooks/post-receive
--
frysk system monitor/debugger


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2007-12-12  6:11 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-12-12  6:11 [SCM] master: Change ViewsetCommand to align columns properly rmoseley

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).