Minor style change.

git-svn-id: file:///srv/svn/repos/haiku/trunk/current@8330 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Axel Dörfler 2004-07-05 23:20:43 +00:00
parent 21f50dd07d
commit 8294b54830

View File

@ -4,11 +4,11 @@
** Distributed under the terms of the OpenBeOS License.
*/
#include <sys/types.h>
struct utimbuf
{
struct utimbuf {
time_t actime; /* access time */
time_t modtime; /* modification time */
};