public inbox for frysk-cvs@sourceware.org
help / color / mirror / Atom feed
From: rmoseley@sourceware.org
To: frysk-cvs@sourceware.org
Subject: [SCM]  master: Change ViewsetCommand to align columns properly.
Date: Wed, 12 Dec 2007 06:11:00 -0000	[thread overview]
Message-ID: <20071212061103.20863.qmail@sourceware.org> (raw)

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


                 reply	other threads:[~2007-12-12  6:11 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20071212061103.20863.qmail@sourceware.org \
    --to=rmoseley@sourceware.org \
    --cc=frysk-cvs@sourceware.org \
    --cc=frysk@sourceware.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).