Trivial, Costmetic, ...
This commit is contained in:
parent
0e4db7c2d7
commit
c13afc29e6
@ -220,7 +220,7 @@ static void usbdev_pmnotify(struct pm_callback_s *cb,
|
||||
enum pm_state_e pmstate);
|
||||
static struct pm_callback_s g_pm_cb =
|
||||
{
|
||||
.notify = usbdev_pmnotify,
|
||||
.notify = usbdev_pmnotify,
|
||||
};
|
||||
#endif
|
||||
|
||||
|
@ -1004,7 +1004,7 @@ int main(int argc, char **argv, char **envp)
|
||||
int next;
|
||||
|
||||
curr = n;
|
||||
if (line[curr-1] != ' ')
|
||||
if (line[curr - 1] != ' ')
|
||||
{
|
||||
fprintf(stderr,
|
||||
"Operator/assignment must be preceded with whitespace at line %d:%d\n",
|
||||
|
Loading…
Reference in New Issue
Block a user