From 8294b54830d1ee3cd97bb83f15eaaa133dfce3fb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Axel=20D=C3=B6rfler?= Date: Mon, 5 Jul 2004 23:20:43 +0000 Subject: [PATCH] Minor style change. git-svn-id: file:///srv/svn/repos/haiku/trunk/current@8330 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- headers/posix/utime.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/headers/posix/utime.h b/headers/posix/utime.h index 46be7dd8c4..e9bb1673b8 100644 --- a/headers/posix/utime.h +++ b/headers/posix/utime.h @@ -4,11 +4,11 @@ ** Distributed under the terms of the OpenBeOS License. */ + #include -struct utimbuf -{ +struct utimbuf { time_t actime; /* access time */ time_t modtime; /* modification time */ };