mirror of
https://github.com/apache/nuttx.git
synced 2026-06-06 08:36:24 +08:00
Fix some spacing problems
This commit is contained in:
+1
-1
@@ -98,7 +98,7 @@ static const char *dequote_list[] =
|
||||
* Private Functions
|
||||
****************************************************************************/
|
||||
|
||||
/* Skip over any spaces */
|
||||
/* Skip over any spaces */
|
||||
|
||||
static char *skip_space(char *ptr)
|
||||
{
|
||||
|
||||
+1
-1
@@ -61,7 +61,7 @@ char line[LINESIZE+1];
|
||||
* Private Functions
|
||||
****************************************************************************/
|
||||
|
||||
/* Skip over any spaces */
|
||||
/* Skip over any spaces */
|
||||
|
||||
static char *skip_space(char *ptr)
|
||||
{
|
||||
|
||||
+1
-1
@@ -53,7 +53,7 @@
|
||||
* Private Functions
|
||||
****************************************************************************/
|
||||
|
||||
static inline char *getfilepath(const char *name)
|
||||
static inline char *getfilepath(const char *name)
|
||||
{
|
||||
snprintf(line, PATH_MAX, "%s/" DEFCONFIG, name);
|
||||
line[PATH_MAX] = '\0';
|
||||
|
||||
+1
-1
@@ -115,7 +115,7 @@ static char g_command[MAX_BUFFER];
|
||||
* Private Functions
|
||||
****************************************************************************/
|
||||
|
||||
/* MinGW does not seem to provide strtok_r */
|
||||
/* MinGW does not seem to provide strtok_r */
|
||||
|
||||
#ifndef HAVE_STRTOK_R
|
||||
static char *MY_strtok_r(char *str, const char *delim, char **saveptr)
|
||||
|
||||
Reference in New Issue
Block a user