mirror of
https://github.com/apache/nuttx.git
synced 2026-06-06 16:50:55 +08:00
Fix some spacing problems
This commit is contained in:
@@ -64,7 +64,7 @@ static int stdinstream_getc(FAR struct lib_instream_s *this)
|
||||
this->nget++;
|
||||
}
|
||||
|
||||
return ret;
|
||||
return ret;
|
||||
}
|
||||
|
||||
/****************************************************************************
|
||||
|
||||
@@ -64,7 +64,7 @@ static int stdsistream_getc(FAR struct lib_sistream_s *this)
|
||||
this->nget++;
|
||||
}
|
||||
|
||||
return ret;
|
||||
return ret;
|
||||
}
|
||||
|
||||
/****************************************************************************
|
||||
|
||||
Reference in New Issue
Block a user