Fix some spacing problems

This commit is contained in:
Gregory Nutt
2015-10-04 15:04:00 -06:00
parent 863ded3584
commit 0b12dbf95d
88 changed files with 226 additions and 229 deletions
+1 -1
View File
@@ -64,7 +64,7 @@ static int stdinstream_getc(FAR struct lib_instream_s *this)
this->nget++;
}
return ret;
return ret;
}
/****************************************************************************
+1 -1
View File
@@ -64,7 +64,7 @@ static int stdsistream_getc(FAR struct lib_sistream_s *this)
this->nget++;
}
return ret;
return ret;
}
/****************************************************************************