diff options
author | Jorge Arellano Cid <jcid@dillo.org> | 2011-09-06 17:36:37 -0300 |
---|---|---|
committer | Jorge Arellano Cid <jcid@dillo.org> | 2011-09-06 17:36:37 -0300 |
commit | 0b32abdc19b0c37d3f8c69d4b720437405246f88 (patch) | |
tree | 041178f9ed43b8954799d52d056119c0cdd23a61 /dw/style.cc | |
parent | 6e539b69c6663c3bb99396716bc5e8e3d67f42cb (diff) |
remove trailing whitespace
Diffstat (limited to 'dw/style.cc')
-rw-r--r-- | dw/style.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dw/style.cc b/dw/style.cc index d11abf82..b5549d3f 100644 --- a/dw/style.cc +++ b/dw/style.cc @@ -833,7 +833,7 @@ void drawBorder (View *view, Rectangle *area, yp1 = yb1 + style->borderWidth.top; xp2 = xb2 - style->borderWidth.right; yp2 = yb2 - style->borderWidth.bottom; - + light = inverse ? Color::SHADING_DARK : Color::SHADING_LIGHT; dark = inverse ? Color::SHADING_LIGHT : Color::SHADING_DARK; normal = inverse ? Color::SHADING_INVERSE : Color::SHADING_NORMAL; |