Kaynağa Gözat

Update types.d

Felix Hufnagel 9 yıl önce
ebeveyn
işleme
ee8f271dbd
1 değiştirilmiş dosya ile 2 ekleme ve 3 silme
  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;
 };