From 61b8e2aefe0d988806c9edd080d86b265b53d647 Mon Sep 17 00:00:00 2001 From: Ivan Briano Date: Sun, 17 Feb 2013 14:53:25 -0300 Subject: More removal of \r --- src/lib/ecore_cocoa/ecore_cocoa_private.h | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) (limited to 'src/lib/ecore_cocoa/ecore_cocoa_private.h') diff --git a/src/lib/ecore_cocoa/ecore_cocoa_private.h b/src/lib/ecore_cocoa/ecore_cocoa_private.h index 0b4cf3178e..7cd08be9d2 100644 --- a/src/lib/ecore_cocoa/ecore_cocoa_private.h +++ b/src/lib/ecore_cocoa/ecore_cocoa_private.h @@ -1,11 +1,11 @@ -#ifndef _ECORE_COCOA_PRIVATE_H -#define _ECORE_COCOA_PRIVATE_H - -struct _Ecore_Cocoa_Window -{ - NSWindow *window; - unsigned int borderless : 1; -}; - - -#endif +#ifndef _ECORE_COCOA_PRIVATE_H +#define _ECORE_COCOA_PRIVATE_H + +struct _Ecore_Cocoa_Window +{ + NSWindow *window; + unsigned int borderless : 1; +}; + + +#endif -- cgit v1.2.1