Explorar o código

Update types.d

Felix Hufnagel %!s(int64=9) %!d(string=hai) anos
pai
achega
ee8f271dbd
Modificáronse 1 ficheiros con 2 adicións e 3 borrados
  1. 2 3
      source/derelict/escapi/types.d

+ 2 - 3
source/derelict/escapi/types.d

@@ -28,9 +28,8 @@ DEALINGS IN THE SOFTWARE.
 module derelict.escapi.types;
 
 
-struct ESCAPISimpleCapParams
-{
-	int * mTargetBuf;
+struct ESCAPISimpleCapParams {
+	int* mTargetBuf;
 	int mWidth;
 	int mHeight;
 };