Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(358)

Unified Diff: net/socket/unix_domain_socket_posix.h

Issue 266243004: Clang format slam. Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: net/socket/unix_domain_socket_posix.h
diff --git a/net/socket/unix_domain_socket_posix.h b/net/socket/unix_domain_socket_posix.h
index 98d0c11a6487b828214fc38eb8781537025866c4..2a8c3dfd14ad3350a07efe05f92cdca77250f0cf 100644
--- a/net/socket/unix_domain_socket_posix.h
+++ b/net/socket/unix_domain_socket_posix.h
@@ -31,7 +31,7 @@ class NET_EXPORT UnixDomainSocket : public StreamListenSocket {
// its process |user_id| and |group_id|, is allowed to keep the connection
// open. Note that the socket is closed immediately in case the callback
// returns false.
- typedef base::Callback<bool (uid_t user_id, gid_t group_id)> AuthCallback;
+ typedef base::Callback<bool(uid_t user_id, gid_t group_id)> AuthCallback;
// Returns an authentication callback that always grants access for
// convenience in case you don't want to use authentication.

Powered by Google App Engine
This is Rietveld 408576698