Skip to content

Commit

Permalink
[owners] Ensure OWNERS file ends with newline in //url
Browse files Browse the repository at this point in the history
Some OWNERS file ends with a newline character, some don't. As
text editor tends to add newline at the end of text files when
saving, normalize all OWNERS files to end with a newline '\n'.

Bug: none
Change-Id: I3e7afdcfdd14bf8fe51c58d7bd1ea0cfd1843493
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2905627
Auto-Submit: Sylvain Defresne <sdefresne@chromium.org>
Reviewed-by: Daniel Cheng <dcheng@chromium.org>
Commit-Queue: Daniel Cheng <dcheng@chromium.org>
Cr-Commit-Position: refs/heads/master@{#884593}
  • Loading branch information
sdefresne authored and Chromium LUCI CQ committed May 19, 2021
1 parent 7fcf16f commit 5285a88
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion url/ipc/OWNERS
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
per-file *_param_traits*.*=set noparent
per-file *_param_traits*.*=file://ipc/SECURITY_OWNERS
per-file *_param_traits*.*=file://ipc/SECURITY_OWNERS
2 changes: 1 addition & 1 deletion url/mojom/OWNERS
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
per-file *.mojom=set noparent
per-file *.mojom=file://ipc/SECURITY_OWNERS
per-file *_mojom_traits*.*=set noparent
per-file *_mojom_traits*.*=file://ipc/SECURITY_OWNERS
per-file *_mojom_traits*.*=file://ipc/SECURITY_OWNERS

0 comments on commit 5285a88

Please sign in to comment.