소스 검색

Update types.d

Felix Hufnagel 9 년 전
부모
커밋
ee8f271dbd
1개의 변경된 파일2개의 추가작업 그리고 3개의 파일을 삭제
  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;
 };