summaryrefslogtreecommitdiff
path: root/src/css.hh
diff options
context:
space:
mode:
authorcorvid <devnull@localhost>2014-12-21 21:27:57 +0000
committercorvid <devnull@localhost>2014-12-21 21:27:57 +0000
commita614ea631d34d5c6273bfdaeea6a79ce2eb366a1 (patch)
treef0cc568eadbc5b50c53ea9489f30c23e0f3960fb /src/css.hh
parent5eb74aa36fd7d0448ac740c2a35fd6d485c27aba (diff)
more (and indentation in one spot)
Diffstat (limited to 'src/css.hh')
-rw-r--r--src/css.hh2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/css.hh b/src/css.hh
index 22e7e700..c2a28770 100644
--- a/src/css.hh
+++ b/src/css.hh
@@ -133,7 +133,7 @@ inline float CSS_LENGTH_VALUE (CssLength l) {
case CSS_LENGTH_TYPE_EX:
case CSS_LENGTH_TYPE_PERCENTAGE:
case CSS_LENGTH_TYPE_RELATIVE:
- return ((float)(l & ~7)) / (1 << 15);
+ return ((float)(l & ~7)) / (1 << 15);
case CSS_LENGTH_TYPE_AUTO:
return 0.0;
default: