Clean up trailing whitespace

This commit is contained in:
Scott Lahteine
2018-02-03 20:05:23 -06:00
parent e1fd9c08b3
commit c46de340b7
15 changed files with 17 additions and 17 deletions

View File

@ -2053,7 +2053,7 @@ FRESULT load_xdir ( /* FR_INT_ERR: invalid entry block */
/* exFAT: Load the object's directory entry block */
/*------------------------------------------------*/
static
FRESULT load_obj_xdir (
FRESULT load_obj_xdir (
DIR* dp, /* Blank directory object to be used to access containing direcotry */
const FFOBJID* obj /* Object with its containing directory information */
)