summaryrefslogtreecommitdiff
path: root/gio/src/fileinfo.ccg
diff options
context:
space:
mode:
Diffstat (limited to 'gio/src/fileinfo.ccg')
-rw-r--r--gio/src/fileinfo.ccg6
1 files changed, 4 insertions, 2 deletions
diff --git a/gio/src/fileinfo.ccg b/gio/src/fileinfo.ccg
index 8d7bd9ae..fa359957 100644
--- a/gio/src/fileinfo.ccg
+++ b/gio/src/fileinfo.ccg
@@ -19,7 +19,8 @@
#include <gio/gio.h>
-namespace Gio {
+namespace Gio
+{
// FileAttributeMatcher
@@ -29,7 +30,8 @@ FileAttributeMatcher::create(const std::string& attributes)
return Glib::wrap(g_file_attribute_matcher_new(attributes.c_str()));
}
-Glib::TimeVal FileInfo::modification_time() const
+Glib::TimeVal
+FileInfo::modification_time() const
{
Glib::TimeVal result;
g_file_info_get_modification_time(const_cast<GFileInfo*>(gobj()), (GTimeVal*)(&result));