From 1dd5df3c6caf241f4ee42859aa8654b4178d38a1 Mon Sep 17 00:00:00 2001 From: Carlos Lopez Date: Sun, 20 Jun 2010 17:49:12 +0200 Subject: [PATCH] Indentation for better reading --- synfig-core/src/synfig/node.cpp | 30 +++++++++++++++--------------- 1 file changed, 15 insertions(+), 15 deletions(-) diff --git a/synfig-core/src/synfig/node.cpp b/synfig-core/src/synfig/node.cpp index 2192cef..7006e28 100644 --- a/synfig-core/src/synfig/node.cpp +++ b/synfig-core/src/synfig/node.cpp @@ -62,21 +62,21 @@ using namespace synfig; #define BE_FRUGAL_WITH_GUIDS 1 #ifndef __sys_clock -#ifndef _WIN32 -# include -# define __sys_clock ::clock -#else -# ifdef __GNUG__ -# include -# define __sys_clock ::clock -# else -typedef int clock_t; -extern clock_t _clock(); -# define CLOCKS_PER_SEC 1000 -# define __sys_clock _clock -# endif -#endif -#endif + #ifndef _WIN32 + # include + # define __sys_clock ::clock + #else + # ifdef __GNUG__ + # include + # define __sys_clock ::clock + # else + typedef int clock_t; + extern clock_t _clock(); + # define CLOCKS_PER_SEC 1000 + # define __sys_clock _clock + # endif // __GNUG__ + #endif // _WIN_32 +#endif // __sys_clock /* === G L O B A L S ======================================================= */ -- 2.7.4