From b56e6ef89438c5699919f06f10b08f0e5f6ec2a5 Mon Sep 17 00:00:00 2001
From: Nick Kralevich <nnk@google.com>
Date: Fri, 9 Dec 2016 20:14:31 -0800
Subject: [PATCH] Whitespace fix

Because I'm nitpicky.

Test: policy compiles
Change-Id: I4d886d0d6182d29d7b260cf1f142c47cd32eda29
---
 private/atrace.te        | 2 +-
 private/hci_attach.te    | 2 +-
 private/inputflinger.te  | 2 +-
 private/nfc.te           | 2 +-
 private/perfprofd.te     | 2 +-
 private/platform_app.te  | 2 +-
 private/radio.te         | 2 +-
 private/system_server.te | 2 +-
 public/bootstat.te       | 2 +-
 public/radio.te          | 2 +-
 10 files changed, 10 insertions(+), 10 deletions(-)

diff --git a/private/atrace.te b/private/atrace.te
index e974b6966..7a7a4ca64 100644
--- a/private/atrace.te
+++ b/private/atrace.te
@@ -1,3 +1,3 @@
 userdebug_or_eng(`
   init_daemon_domain(atrace)
-')
\ No newline at end of file
+')
diff --git a/private/hci_attach.te b/private/hci_attach.te
index c8ba3f6b0..6a85b25a9 100644
--- a/private/hci_attach.te
+++ b/private/hci_attach.te
@@ -1,3 +1,3 @@
 # type_transition must be private policy the domain_trans rules could stay
 # public, but conceptually should go with this
-init_daemon_domain(hci_attach)
\ No newline at end of file
+init_daemon_domain(hci_attach)
diff --git a/private/inputflinger.te b/private/inputflinger.te
index 0d3782f40..dae01f867 100644
--- a/private/inputflinger.te
+++ b/private/inputflinger.te
@@ -1,3 +1,3 @@
 # type_transition must be private policy the domain_trans rules could stay
 # public, but conceptually should go with this
-init_daemon_domain(inputflinger)
\ No newline at end of file
+init_daemon_domain(inputflinger)
diff --git a/private/nfc.te b/private/nfc.te
index 52b0d2038..bcfae5b4e 100644
--- a/private/nfc.te
+++ b/private/nfc.te
@@ -1 +1 @@
-app_domain(nfc)
\ No newline at end of file
+app_domain(nfc)
diff --git a/private/perfprofd.te b/private/perfprofd.te
index 1d2d084bd..2b06cd975 100644
--- a/private/perfprofd.te
+++ b/private/perfprofd.te
@@ -1,3 +1,3 @@
 userdebug_or_eng(`
   init_daemon_domain(perfprofd)
-')
\ No newline at end of file
+')
diff --git a/private/platform_app.te b/private/platform_app.te
index 93cdc75a6..f156cc1b2 100644
--- a/private/platform_app.te
+++ b/private/platform_app.te
@@ -1 +1 @@
-app_domain(platform_app)
\ No newline at end of file
+app_domain(platform_app)
diff --git a/private/radio.te b/private/radio.te
index dede5d755..76dbf1cdb 100644
--- a/private/radio.te
+++ b/private/radio.te
@@ -1 +1 @@
-app_domain(radio)
\ No newline at end of file
+app_domain(radio)
diff --git a/private/system_server.te b/private/system_server.te
index 5859ca441..7e0c2fb85 100644
--- a/private/system_server.te
+++ b/private/system_server.te
@@ -12,4 +12,4 @@ type_transition system_server wifi_data_file:sock_file system_wpa_socket;
 type_transition system_server wpa_socket:sock_file system_wpa_socket;
 
 # TODO: deal with tmpfs_domain pub/priv split properly
-neverallow system_server system_server_tmpfs:file execute;
\ No newline at end of file
+neverallow system_server system_server_tmpfs:file execute;
diff --git a/public/bootstat.te b/public/bootstat.te
index 82d730ccb..98b2565f7 100644
--- a/public/bootstat.te
+++ b/public/bootstat.te
@@ -7,4 +7,4 @@ allow bootstat bootstat_data_file:dir rw_dir_perms;
 allow bootstat bootstat_data_file:file create_file_perms;
 
 # Read access to pseudo filesystems (for /proc/uptime).
-r_dir_file(bootstat, proc)
\ No newline at end of file
+r_dir_file(bootstat, proc)
diff --git a/public/radio.te b/public/radio.te
index 07444afcd..d46fc8969 100644
--- a/public/radio.te
+++ b/public/radio.te
@@ -39,4 +39,4 @@ allow radio system_api_service:service_manager find;
 
 # Allow access to hwservicemanager for binderized hal
 binder_call(radio, hwservicemanager)
-binder_call(radio, rild)
\ No newline at end of file
+binder_call(radio, rild)
-- 
GitLab