diff options
| author | dev-harsh1998 <harshitjain6751@gmail.com> | 2018-07-23 15:30:53 +0530 |
|---|---|---|
| committer | dev-harsh1998 <harshitjain6751@gmail.com> | 2018-07-23 15:30:58 +0530 |
| commit | 0a2a78cc02418c689ee324f9bf7375291c5f9be4 (patch) | |
| tree | 7d691de16389b27c902f9c23e09ccd56038d6b41 | |
| parent | 737f3d8728286546dbf3bda6205f0f54260a5c37 (diff) | |
macaddrsetup: resolve code-style errors
* These spacing errors were found using checkpatch.pl
Signed-off-by: dev-harsh1998 <harshitjain6751@gmail.com>
| -rw-r--r-- | macaddrsetup.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/macaddrsetup.c b/macaddrsetup.c index d246cac..c61d287 100644 --- a/macaddrsetup.c +++ b/macaddrsetup.c @@ -32,8 +32,8 @@ int main(int argc, char **argv) // Sony had a check for ro.hardware here, but since all supported devices were added here anyways, // and the values are the same, it has been removed. - wl_addr=2560; - bt_addr=2568; + wl_addr = 2560; + bt_addr = 2568; ta_handle = dlopen(LIB_TA, RTLD_NOW); if (!ta_handle) { @@ -70,7 +70,7 @@ int main(int argc, char **argv) if (!err) break; - SLOGE("failed to open misc ta: %d\n",err); + SLOGE("failed to open misc ta: %d\n", err); sleep(5); } |
