diff options
author | corvid <corvid@lavabit.com> | 2012-11-05 20:58:45 +0000 |
---|---|---|
committer | corvid <corvid@lavabit.com> | 2012-11-05 20:58:45 +0000 |
commit | 0ec42518524159380ffbd19d29dec5b6e65a153c (patch) | |
tree | 52d9fcbc7ce1ccd1969bc21cd41d40aae2b4da39 /src | |
parent | b8e30204a84d25b011b8a86dad18915c10accc2b (diff) |
trim some spaces
Diffstat (limited to 'src')
-rw-r--r-- | src/styleengine.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/styleengine.cc b/src/styleengine.cc index f5994b7d..2c7b1d7a 100644 --- a/src/styleengine.cc +++ b/src/styleengine.cc @@ -70,7 +70,7 @@ void StyleEngine::stackPush () { static const Node emptyNode = { NULL, NULL, NULL, NULL, NULL, NULL, false, NULL }; - + stack->setSize (stack->size () + 1, emptyNode); } |