On Jul 7, 2008, at 12:44, Vincent Hennebert wrote:

Hi,

Author: adelmelle
Date: Sat Jul  5 15:53:58 2008
New Revision: 674245
         switch (side) {
-        case CommonBorderPaddingBackground.BEFORE:
- borderBefore = new ConditionalBorder(borderSpec, collapsingBorderModel);
<snip />
+            case CommonBorderPaddingBackground.BEFORE:
+ borderBefore = new ConditionalBorder(borderSpec, collapsingBorderModel);
+                break;

FWIW, the original indentation scheme was following Java’s code
conventions:
http://java.sun.com/docs/codeconv/html/CodeConventions.doc6.html#468

Sorry. I paid no mind, but the change did seem a bit out-of-place...

I'll rectify.


Cheers

Andreas

Reply via email to