浏览代码

Fix indentation.

Paul Arden 5 年之前
父节点
当前提交
e56def7585
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      include/assimp/camera.h

+ 2 - 2
include/assimp/camera.h

@@ -180,7 +180,7 @@ struct aiCamera
      *  and mHorizontalFOV should be set to 0.
      *  and mHorizontalFOV should be set to 0.
      *  The default value is 0 (not orthographic).
      *  The default value is 0 (not orthographic).
      */
      */
-	float mOrthographicWidth;
+    float mOrthographicWidth;
 #ifdef __cplusplus
 #ifdef __cplusplus
 
 
     aiCamera() AI_NO_EXCEPT
     aiCamera() AI_NO_EXCEPT
@@ -190,7 +190,7 @@ struct aiCamera
         , mClipPlaneNear     (0.1f)
         , mClipPlaneNear     (0.1f)
         , mClipPlaneFar      (1000.f)
         , mClipPlaneFar      (1000.f)
         , mAspect            (0.f)
         , mAspect            (0.f)
-	    , mOrthographicWidth (0.f)
+        , mOrthographicWidth (0.f)
     {}
     {}
 
 
     /** @brief Get a *right-handed* camera matrix from me
     /** @brief Get a *right-handed* camera matrix from me