mirror of
https://bitbucket.org/chromiumembedded/cef
synced 2025-06-05 21:39:12 +02:00
Fix discovery of the .clang-format file (issue #2171)
This commit is contained in:
@ -34,7 +34,7 @@ def update_file(filename):
|
||||
msg(filename, "empty")
|
||||
return;
|
||||
|
||||
newcontents = clang_format(oldcontents)
|
||||
newcontents = clang_format(filename, oldcontents)
|
||||
if newcontents is None:
|
||||
raise Exception("Failed to process %s" % filename)
|
||||
|
||||
|
Reference in New Issue
Block a user