This is the mail archive of the frysk-cvs@sources.redhat.com mailing list for the frysk project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[SCM] master: Coding style fix


The branch, master has been updated
       via  62c8e09795b7c1ad390022855df0188114dac3c9 (commit)
      from  21e0b3aa7264d3aab652e4a59e804d4114235b1c (commit)

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

- Log -----------------------------------------------------------------
commit 62c8e09795b7c1ad390022855df0188114dac3c9
Author: Petr Machata <pmachata@redhat.com>
Date:   Wed Apr 2 18:23:46 2008 +0200

    Coding style fix

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

Summary of changes:
 frysk-core/frysk/stepping/SteppingEngine.java |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

First 500 lines of diff:
diff --git a/frysk-core/frysk/stepping/SteppingEngine.java b/frysk-core/frysk/stepping/SteppingEngine.java
index 7bb4ba4..7ff86f1 100644
--- a/frysk-core/frysk/stepping/SteppingEngine.java
+++ b/frysk-core/frysk/stepping/SteppingEngine.java
@@ -818,8 +818,8 @@ public class SteppingEngine {
 	while (i.hasNext()) {
 	    t = (Task) i.next();
 
-	    SteppingBreakpoint bpt = (SteppingBreakpoint) this.breakpointMap
-		    .get(t);
+	    SteppingBreakpoint bpt
+		= (SteppingBreakpoint) this.breakpointMap.get(t);
 
 	    if (bpt != null) {
 		this.breakpointMap.remove(t);


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]