aboutsummaryrefslogtreecommitdiff
path: root/src/styleengine.cc
diff options
context:
space:
mode:
authorcorvid <devnull@localhost>2014-12-21 21:07:41 +0000
committercorvid <devnull@localhost>2014-12-21 21:07:41 +0000
commit5eb74aa36fd7d0448ac740c2a35fd6d485c27aba (patch)
tree6088a7ad2b4a9a682f266908357a84a2a06679c7 /src/styleengine.cc
parent79d3db9a8d5d1cc4e89954aefd2194f61aac45d9 (diff)
trim some spaces
Diffstat (limited to 'src/styleengine.cc')
-rw-r--r--src/styleengine.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/styleengine.cc b/src/styleengine.cc
index 918e7460..98b02b69 100644
--- a/src/styleengine.cc
+++ b/src/styleengine.cc
@@ -155,7 +155,7 @@ void StyleEngine::startElement (const char *tagname, BrowserWindow *bw) {
}
void StyleEngine::setId (const char *id) {
- DoctreeNode *dn = doctree->top ();
+ DoctreeNode *dn = doctree->top ();
assert (dn->id == NULL);
dn->id = dStrdup (id);
}