Formatting cleanup.

This commit is contained in:
Michael Bayne
2008-11-11 20:52:45 +00:00
parent 031cafe6b3
commit ab121cf012
@@ -851,7 +851,8 @@ public abstract class Getdown extends Thread
/** /**
* Update the status to indicate getdown has failed for the reason in <code>message</code>. * Update the status to indicate getdown has failed for the reason in <code>message</code>.
*/ */
protected void fail(String message){ protected void fail (String message)
{
_dead = true; _dead = true;
setStatus(message, 0, -1L, true); setStatus(message, 0, -1L, true);
} }