diff options
author | corvid <corvid@lavabit.com> | 2013-04-19 18:38:37 +0000 |
---|---|---|
committer | corvid <corvid@lavabit.com> | 2013-04-19 18:38:37 +0000 |
commit | 31cb72fdf49546055d77a85a6f6bda1e6faad705 (patch) | |
tree | 7aec6b43b3d4b97fa3ace90bf012b1b3c845a89a /src/dillo.cc | |
parent | 794907e571d19dca3c2e093c5964c157ffbc6342 (diff) |
trim some spaces
Diffstat (limited to 'src/dillo.cc')
-rw-r--r-- | src/dillo.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dillo.cc b/src/dillo.cc index cef3e451..bf25d315 100644 --- a/src/dillo.cc +++ b/src/dillo.cc @@ -277,7 +277,7 @@ static void setColors() setUIColorWdef(PREFS_UI_TAB_ACTIVE_FG_COLOR, prefs.ui_tab_active_fg_color, Fl::get_color(FL_FOREGROUND_COLOR)); setUIColorWdef(PREFS_UI_TAB_FG_COLOR, prefs.ui_tab_fg_color, - Fl::get_color(FL_FOREGROUND_COLOR)); + Fl::get_color(FL_FOREGROUND_COLOR)); } /* |