mirror of
https://bitbucket.org/chromiumembedded/cef
synced 2025-06-05 21:39:12 +02:00
Update source files for bracket style
This commit is contained in:
@ -18,8 +18,9 @@ GURL MakeGURL(const CefString& url, bool fixup) {
|
||||
new_url.insert(0, fixed_scheme);
|
||||
gurl = GURL(new_url);
|
||||
}
|
||||
if (fixup)
|
||||
if (fixup) {
|
||||
FixupGURL(gurl);
|
||||
}
|
||||
return gurl;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user