Skip to content

Commit

Permalink
[owners] Ensure OWNERS file ends with newline in //services
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: I978f9c62b9c11c800230db4533152ffa4eb406d8
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2905760
Reviewed-by: Colin Blundell <blundell@chromium.org>
Commit-Queue: Sylvain Defresne <sdefresne@chromium.org>
Cr-Commit-Position: refs/heads/master@{#884963}
  • Loading branch information
sdefresne authored and Chromium LUCI CQ committed May 20, 2021
1 parent a9b1f83 commit 58ee5a4
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion services/OWNERS
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ rockot@google.com
sky@chromium.org

# For adding or removing languages.
per-file *.grd=claudiomagni@chromium.org
per-file *.grd=claudiomagni@chromium.org
2 changes: 1 addition & 1 deletion services/data_decoder/OWNERS
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
palmer@chromium.org
rsesek@chromium.org
rsesek@chromium.org
2 changes: 1 addition & 1 deletion services/device/bluetooth/OWNERS
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
ortuno@chromium.org
reillyg@chromium.org
reillyg@chromium.org
2 changes: 1 addition & 1 deletion services/device/fingerprint/OWNERS
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
xiaoyinh@chromium.org
sammiequon@chromium.org
sammiequon@chromium.org
2 changes: 1 addition & 1 deletion services/proxy_resolver/OWNERS
Original file line number Diff line number Diff line change
@@ -1 +1 @@
file://services/network/OWNERS
file://services/network/OWNERS
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
hjd@chromium.org
primiano@chromium.org
ssid@chromium.org
ssid@chromium.org
2 changes: 1 addition & 1 deletion services/test/data/OWNERS
Original file line number Diff line number Diff line change
@@ -1 +1 @@
*
*
2 changes: 1 addition & 1 deletion services/tracing/OWNERS
Original file line number Diff line number Diff line change
@@ -1 +1 @@
file://base/trace_event/OWNERS
file://base/trace_event/OWNERS

0 comments on commit 58ee5a4

Please sign in to comment.