projects
/
platform
/
hal
/
backend
/
tw3
/
device-tw3.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
58899e9
)
common: apply Tizen coding rule
author
taeyoung
<ty317.kim@samsung.com>
Thu, 11 Aug 2016 23:54:34 +0000
(08:54 +0900)
committer
taeyoung
<ty317.kim@samsung.com>
Thu, 11 Aug 2016 23:54:34 +0000
(08:54 +0900)
- Space is required before "("
Change-Id: Iad26aaa7a9c1db98b6a3d3d6bbcaa246398ad825
Signed-off-by: taeyoung <ty317.kim@samsung.com>
hw/battery/battery.c
patch
|
blob
|
history
diff --git
a/hw/battery/battery.c
b/hw/battery/battery.c
index
d6df372
..
7a4e40f
100644
(file)
--- a/
hw/battery/battery.c
+++ b/
hw/battery/battery.c
@@
-69,7
+69,7
@@
static void remove_not_string(char *str)
{
char *t = str;
- while(*t != '\0') {
+ while
(*t != '\0') {
if (*t == '\r' ||
*t == '\n' ||
*t == '\x0a')