Apply clang-format to all C, C++ and ObjC files (issue #2171)

This commit is contained in:
Marshall Greenblatt
2017-05-17 11:29:28 +02:00
parent a566549e04
commit 31d9407ee2
1331 changed files with 33014 additions and 32258 deletions

View File

@ -48,8 +48,7 @@
// Returns false if the URL is empty or invalid.
///
/*--cef()--*/
bool CefParseURL(const CefString& url,
CefURLParts& parts);
bool CefParseURL(const CefString& url, CefURLParts& parts);
///
// Creates a URL from the specified |parts|, which must contain a non-empty
@ -57,8 +56,7 @@ bool CefParseURL(const CefString& url,
// Returns false if |parts| isn't initialized as described.
///
/*--cef()--*/
bool CefCreateURL(const CefURLParts& parts,
CefString& url);
bool CefCreateURL(const CefURLParts& parts, CefString& url);
///
// This is a convenience function for formatting a URL in a concise and human-