From: <and...@us...> - 2013-06-27 19:47:13
|
Revision: 12392 http://sourceforge.net/p/plplot/code/12392 Author: andrewross Date: 2013-06-27 19:47:10 +0000 (Thu, 27 Jun 2013) Log Message: ----------- Style recent changes. Modified Paths: -------------- trunk/drivers/wingcc.c Modified: trunk/drivers/wingcc.c =================================================================== --- trunk/drivers/wingcc.c 2013-06-27 08:02:46 UTC (rev 12391) +++ trunk/drivers/wingcc.c 2013-06-27 19:47:10 UTC (rev 12392) @@ -27,11 +27,11 @@ #include <string.h> #include <windows.h> -#if !defined( __CYGWIN__ ) +#if !defined ( __CYGWIN__ ) #include <tchar.h> #else #include <winnt.h> -#define _T(a) __TEXT(a) +#define _T( a ) __TEXT( a ) #endif #ifdef _WIN64 #define GWL_USERDATA GWLP_USERDATA This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |