summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/libnrtype/font-lister.cpp3
-rw-r--r--src/libnrtype/font-lister.h3
2 files changed, 4 insertions, 2 deletions
diff --git a/src/libnrtype/font-lister.cpp b/src/libnrtype/font-lister.cpp
index f5cb43744..984741adc 100644
--- a/src/libnrtype/font-lister.cpp
+++ b/src/libnrtype/font-lister.cpp
@@ -678,7 +678,8 @@ std::pair<Glib::ustring, Glib::ustring> FontLister::new_font_family(Glib::ustrin
return std::make_pair(new_family, best_style);
}
-std::pair<Glib::ustring, Glib::ustring> FontLister::set_font_family(Glib::ustring new_family, bool check_style, bool emit)
+std::pair<Glib::ustring, Glib::ustring> FontLister::set_font_family(Glib::ustring new_family, bool check_style,
+ bool emit)
{
#ifdef DEBUG_FONT
diff --git a/src/libnrtype/font-lister.h b/src/libnrtype/font-lister.h
index 1a0a47b15..769f02172 100644
--- a/src/libnrtype/font-lister.h
+++ b/src/libnrtype/font-lister.h
@@ -217,7 +217,8 @@ public:
* Calls new_font_family().
* (For use in text-toolbar where update is immediate.)
*/
- std::pair<Glib::ustring, Glib::ustring> set_font_family(Glib::ustring family, bool check_style = true, bool emit = true);
+ std::pair<Glib::ustring, Glib::ustring> set_font_family(Glib::ustring family, bool check_style = true,
+ bool emit = true);
/**
* Sets font-family from row in list store.