Skip to content

Commit

Permalink
Formatting
Browse files Browse the repository at this point in the history
Newlines for great good!
  • Loading branch information
mcmonkey4eva committed Sep 8, 2013
1 parent 2052a0c commit 33cfbfa
Show file tree
Hide file tree
Showing 10 changed files with 10 additions and 10 deletions.
Expand Up @@ -40,4 +40,4 @@ public void setCancelled(boolean cancelled) {
this.cancelled = cancelled;
}

}
}
Expand Up @@ -26,4 +26,4 @@ public HandlerList getHandlers() {
public static HandlerList getHandlerList() {
return handlers;
}
}
}
Expand Up @@ -38,4 +38,4 @@ public HandlerList getHandlers() {
public static HandlerList getHandlerList() {
return handlers;
}
}
}
Expand Up @@ -27,4 +27,4 @@ public HandlerList getHandlers() {
public static HandlerList getHandlerList() {
return handlers;
}
}
}
Expand Up @@ -328,4 +328,4 @@ public String toString() {
+ (alternative != null ? "ALTERNATIVE=" + alternative + ", " : "");
}

}
}
Expand Up @@ -20,4 +20,4 @@ public HandlerList getHandlers() {
public static HandlerList getHandlerList() {
return handlers;
}
}
}
Expand Up @@ -48,4 +48,4 @@ public void setCancelled(boolean arg0) {
cancelled = arg0;
}

}
}
Expand Up @@ -43,4 +43,4 @@ public HandlerList getHandlers() {
public static HandlerList getHandlerList() {
return handlers;
}
}
}
Expand Up @@ -41,4 +41,4 @@ public HandlerList getHandlers() {
public static HandlerList getHandlerList() {
return handlers;
}
}
}
Expand Up @@ -21,4 +21,4 @@ public HandlerList getHandlers() {
public static HandlerList getHandlerList() {
return handlers;
}
}
}

0 comments on commit 33cfbfa

Please sign in to comment.