summaryrefslogtreecommitdiff
path: root/glib/src/keyfile.ccg
diff options
context:
space:
mode:
authorMark Vender <markv743@yahoo.co.uk>2012-10-29 13:06:09 +0100
committerKjell Ahlstedt <kjell.ahlstedt@bredband.net>2012-10-29 13:06:09 +0100
commite980da407d311e82a1286b1b480ba15d658f4826 (patch)
tree6f8a8e9e735a93fc542a2bd399b8be98c07281d9 /glib/src/keyfile.ccg
parent70d82352b34ec18634c99c61a174655b178bcd08 (diff)
downloadglibmm-e980da407d311e82a1286b1b480ba15d658f4826.tar.gz
Strip trailing whitespace.
* gio/giomm/*.[h|cc]: * gio/src/*.[hg|ccg]: * glib/glibmm/*.[h|cc]: * glib/src/*.[hg|ccg]: Strip trailing whitespace. Bug #681072.
Diffstat (limited to 'glib/src/keyfile.ccg')
-rw-r--r--glib/src/keyfile.ccg4
1 files changed, 2 insertions, 2 deletions
diff --git a/glib/src/keyfile.ccg b/glib/src/keyfile.ccg
index 5a6c65e5..366b4980 100644
--- a/glib/src/keyfile.ccg
+++ b/glib/src/keyfile.ccg
@@ -155,7 +155,7 @@ bool KeyFile::get_boolean(const Glib::ustring& key) const
{
GError* gerror = 0;
const bool value =
- static_cast<bool>(g_key_file_get_boolean(const_cast<GKeyFile*>(gobj()),
+ static_cast<bool>(g_key_file_get_boolean(const_cast<GKeyFile*>(gobj()),
0, key.c_str(), &gerror));
if(gerror)
Glib::Error::throw_exception(gerror);
@@ -213,7 +213,7 @@ double KeyFile::get_double(const Glib::ustring& key) const
void KeyFile::set_double(const Glib::ustring& key, double value)
{
- g_key_file_set_double(gobj(), 0, key.c_str(), value);
+ g_key_file_set_double(gobj(), 0, key.c_str(), value);
}
# define GLIBMM_ERROR_ARG