| commit | c005246ed03de874fdc432073ba8e5e8ebfed922 | [log] [tgz] |
|---|---|---|
| author | David 'Digit' Turner <digit@google.com> | Tue Feb 25 18:39:29 2014 +0100 |
| committer | David 'Digit' Turner <digit@google.com> | Tue Feb 25 18:43:56 2014 +0100 |
| tree | 52438e704aa5279fb24262fc38eb0c121be700f1 | |
| parent | d3f2c27ff9f611e5047a35cb20ed53f548214fed [diff] [blame] |
Remove trailing spaces in misc sources. Change-Id: I573d4e816112b7401b3c824fbe773b85a8601531
diff --git a/android/cmdline-option.c b/android/cmdline-option.c index fb5aa23..d24410b 100644 --- a/android/cmdline-option.c +++ b/android/cmdline-option.c
@@ -165,7 +165,7 @@ { ((char**)field)[0] = *aread++; } - else if (oo->var_type == OPTION_IS_LIST) + else if (oo->var_type == OPTION_IS_LIST) { ParamList** head = (ParamList**)field; ParamList* pl;