mirror of
https://github.com/apache/nuttx.git
synced 2026-05-27 19:36:35 +08:00
Trivial, Costmetic, ...
This commit is contained in:
@@ -220,7 +220,7 @@ static void usbdev_pmnotify(struct pm_callback_s *cb,
|
|||||||
enum pm_state_e pmstate);
|
enum pm_state_e pmstate);
|
||||||
static struct pm_callback_s g_pm_cb =
|
static struct pm_callback_s g_pm_cb =
|
||||||
{
|
{
|
||||||
.notify = usbdev_pmnotify,
|
.notify = usbdev_pmnotify,
|
||||||
};
|
};
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|||||||
+1
-1
@@ -1004,7 +1004,7 @@ int main(int argc, char **argv, char **envp)
|
|||||||
int next;
|
int next;
|
||||||
|
|
||||||
curr = n;
|
curr = n;
|
||||||
if (line[curr-1] != ' ')
|
if (line[curr - 1] != ' ')
|
||||||
{
|
{
|
||||||
fprintf(stderr,
|
fprintf(stderr,
|
||||||
"Operator/assignment must be preceded with whitespace at line %d:%d\n",
|
"Operator/assignment must be preceded with whitespace at line %d:%d\n",
|
||||||
|
|||||||
Reference in New Issue
Block a user