| Index: fusl/include/utime.h
|
| diff --git a/fusl/include/utime.h b/fusl/include/utime.h
|
| index ec82e0f3f844f82449796dbd9b064b40c49abdb9..acded5391cc8c1431fc385618bba6631fecbb6a9 100644
|
| --- a/fusl/include/utime.h
|
| +++ b/fusl/include/utime.h
|
| @@ -1,5 +1,5 @@
|
| -#ifndef _UTIME_H
|
| -#define _UTIME_H
|
| +#ifndef _UTIME_H
|
| +#define _UTIME_H
|
|
|
| #ifdef __cplusplus
|
| extern "C" {
|
| @@ -9,13 +9,12 @@ extern "C" {
|
|
|
| #include <bits/alltypes.h>
|
|
|
| -struct utimbuf
|
| -{
|
| - time_t actime;
|
| - time_t modtime;
|
| +struct utimbuf {
|
| + time_t actime;
|
| + time_t modtime;
|
| };
|
|
|
| -int utime (const char *, const struct utimbuf *);
|
| +int utime(const char*, const struct utimbuf*);
|
|
|
| #ifdef __cplusplus
|
| }
|
|
|