From ccd7f12bdba4f28ab5deb40e9f9ffc7c0d78d06a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jurko=20Gospodneti=C4=87?= Date: Sat, 7 Jul 2012 07:38:49 +0000 Subject: [PATCH] Boost Jam cleanup - minor stylistic changes. [SVN r79320] --- v2/engine/fileunix.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/v2/engine/fileunix.c b/v2/engine/fileunix.c index 0bd46a7df..5edeb04a1 100644 --- a/v2/engine/fileunix.c +++ b/v2/engine/fileunix.c @@ -20,13 +20,13 @@ # include #if defined(sun) || defined(__sun) || defined(linux) -# include /* needed for read and close prototype */ +# include /* needed for read and close prototype */ #endif # ifdef USE_FILEUNIX #if defined(sun) || defined(__sun) -# include /* needed for read and close prototype */ +# include /* needed for read and close prototype */ #endif # if defined( OS_SEQUENT ) || \