diff options
Diffstat (limited to 'src/lib/font.cc')
| -rw-r--r-- | src/lib/font.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/font.cc b/src/lib/font.cc index 0e1ad85cd..d729c2696 100644 --- a/src/lib/font.cc +++ b/src/lib/font.cc @@ -24,7 +24,7 @@ Font::Font (cxml::NodePtr node) : _id (node->string_child ("Id")) , _file (node->optional_string_child ("File")) { - + } void |
