diff options
author | corvid <corvid@lavabit.com> | 2012-10-30 01:37:29 +0000 |
---|---|---|
committer | corvid <corvid@lavabit.com> | 2012-10-30 01:37:29 +0000 |
commit | 0c62630e68c0d6376ee04f163d48315c725ecf5c (patch) | |
tree | 531d9810b92777b88dcc9acca7e5a6eb0c23cbb6 /dw/style.cc | |
parent | ef54550e4823fbd1536473baa8a30dcb6beec56f (diff) |
trim some spaces
Diffstat (limited to 'dw/style.cc')
-rw-r--r-- | dw/style.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dw/style.cc b/dw/style.cc index 2a1d4088..c14f3123 100644 --- a/dw/style.cc +++ b/dw/style.cc @@ -173,8 +173,8 @@ int StyleAttrs::hashValue () { borderCollapse + (intptr_t) borderColor.top + (intptr_t) borderColor.right + - (intptr_t) borderColor.bottom + - (intptr_t) borderColor.left + + (intptr_t) borderColor.bottom + + (intptr_t) borderColor.left + borderStyle.top + borderStyle.right + borderStyle.bottom + |