From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 20903 invoked by alias); 12 Dec 2007 06:11:03 -0000 Received: (qmail 20878 invoked by uid 9519); 12 Dec 2007 06:11:03 -0000 Date: Wed, 12 Dec 2007 06:11:00 -0000 Message-ID: <20071212061103.20863.qmail@sourceware.org> From: rmoseley@sourceware.org To: frysk-cvs@sourceware.org Subject: [SCM] master: Change ViewsetCommand to align columns properly. X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: 259e2245e70afaa5ac4fa382a90f6a5c37d30170 X-Git-Newrev: 34590558fa6e5c505b323d55e631b4f5632e9e76 Mailing-List: contact frysk-cvs-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Post: List-Help: , Sender: frysk-cvs-owner@sourceware.org Reply-To: frysk@sourceware.org X-SW-Source: 2007-q4/txt/msg00576.txt.bz2 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 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 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