summaryrefslogtreecommitdiff
path: root/glib/src/checksum.ccg
diff options
context:
space:
mode:
authorMark Vender <markv743@yahoo.co.uk>2012-10-29 13:06:09 +0100
committerMurray Cumming <murrayc@murrayc.com>2012-11-05 06:54:50 +0100
commitba0387e276dd0bcda6aaa3e5f027ae15f79bf306 (patch)
tree9c021de41ec7036dd782f8949a3316f70bfab5cc /glib/src/checksum.ccg
parentb43d300f5aa18883b75f9d67ef68ed96020e88df (diff)
downloadglibmm-ba0387e276dd0bcda6aaa3e5f027ae15f79bf306.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/checksum.ccg')
-rw-r--r--glib/src/checksum.ccg2
1 files changed, 1 insertions, 1 deletions
diff --git a/glib/src/checksum.ccg b/glib/src/checksum.ccg
index 6a0a7871..19cdc280 100644
--- a/glib/src/checksum.ccg
+++ b/glib/src/checksum.ccg
@@ -43,7 +43,7 @@ std::string Checksum::compute_checksum(ChecksumType type, const std::string& dat
void Checksum::update(const std::string& data)
{
- g_checksum_update(gobj(), (const guchar*)data.c_str(), data.size());
+ g_checksum_update(gobj(), (const guchar*)data.c_str(), data.size());
}
} // Glib namespace