diff options
| author | Liu Aleaxander <Aleaxander@gmail.com> | 2009-08-28 22:55:52 +0800 |
|---|---|---|
| committer | Liu Aleaxander <Aleaxander@gmail.com> | 2009-08-28 22:55:52 +0800 |
| commit | e0b07793a4cccc6921170ad83d292a9aa4895efb (patch) | |
| tree | 0b65da4c8a82afa059d118914711d41672443b62 /core/include | |
| parent | 284ae5d0427e59def2210ecfc262965ade767337 (diff) | |
| download | syslinux-e0b07793a4cccc6921170ad83d292a9aa4895efb.tar.gz | |
Core: code clean -- re-style the unstyle code
With the emacs config given by hpa, which is really powfull, I restyled the
unsytled code.
Signed-off-by: Liu Aleaxander <Aleaxander@gmail.com>
Diffstat (limited to 'core/include')
| -rw-r--r-- | core/include/fs.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/core/include/fs.h b/core/include/fs.h index a6687593..e66c3bde 100644 --- a/core/include/fs.h +++ b/core/include/fs.h @@ -51,9 +51,9 @@ struct fs_ops { char * (*unmangle_name)(char *, const char *); void (*load_config)(com32sys_t *); - /* the _dir_ stuff */ - void (*opendir)(com32sys_t *); - struct dirent * (*readdir)(struct file *); + /* the _dir_ stuff */ + void (*opendir)(com32sys_t *); + struct dirent * (*readdir)(struct file *); }; enum dev_type {CHS, EDD}; |
