diff options
author | corvid <devnull@localhost> | 2014-12-21 21:07:41 +0000 |
---|---|---|
committer | corvid <devnull@localhost> | 2014-12-21 21:07:41 +0000 |
commit | 5eb74aa36fd7d0448ac740c2a35fd6d485c27aba (patch) | |
tree | 6088a7ad2b4a9a682f266908357a84a2a06679c7 /src/styleengine.cc | |
parent | 79d3db9a8d5d1cc4e89954aefd2194f61aac45d9 (diff) |
trim some spaces
Diffstat (limited to 'src/styleengine.cc')
-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 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); } |