diff Xcode/TemplatesForXcode/SDL OpenGL Application/atlantis/atlantis.h @ 2220:4d2d0548f5b2

Don't run indent on the Xcode templates
author Sam Lantinga <slouken@libsdl.org>
date Sat, 11 Aug 2007 18:51:12 +0000
parents 59a667370c57
children
line wrap: on
line diff
--- a/Xcode/TemplatesForXcode/SDL OpenGL Application/atlantis/atlantis.h	Fri Aug 10 16:03:35 2007 +0000
+++ b/Xcode/TemplatesForXcode/SDL OpenGL Application/atlantis/atlantis.h	Sat Aug 11 18:51:12 2007 +0000
@@ -43,8 +43,7 @@
 
 #define WHALESPEED 250.0
 
-typedef struct _fishRec
-{
+typedef struct _fishRec {
     float x, y, z, phi, theta, psi, v;
     float xt, yt, zt;
     float htail, vtail;