Trivial, Costmetic, ...

This commit is contained in:
Gregory Nutt 2019-02-27 14:02:53 -06:00
parent 0e4db7c2d7
commit c13afc29e6
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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",