summaryrefslogtreecommitdiff
path: root/gio/src/unixsocketaddress.ccg
diff options
context:
space:
mode:
Diffstat (limited to 'gio/src/unixsocketaddress.ccg')
-rw-r--r--gio/src/unixsocketaddress.ccg8
1 files changed, 4 insertions, 4 deletions
diff --git a/gio/src/unixsocketaddress.ccg b/gio/src/unixsocketaddress.ccg
index 3c2eb1c8..d163b03d 100644
--- a/gio/src/unixsocketaddress.ccg
+++ b/gio/src/unixsocketaddress.ccg
@@ -23,10 +23,10 @@ namespace Gio
{
Glib::RefPtr<UnixSocketAddress>
-UnixSocketAddress::create(const std::string& path, UnixSocketAddressType type,
- int path_len)
+UnixSocketAddress::create(const std::string& path, UnixSocketAddressType type, int path_len)
{
- return Glib::wrap(reinterpret_cast<GUnixSocketAddress*>(g_unix_socket_address_new_with_type(path.c_str(), path_len, static_cast<GUnixSocketAddressType>(type))));
+ return Glib::wrap(reinterpret_cast<GUnixSocketAddress*>(g_unix_socket_address_new_with_type(
+ path.c_str(), path_len, static_cast<GUnixSocketAddressType>(type))));
}
-} //namespace Gio
+} // namespace Gio