ソースを参照

VLCTime + VLCMedia: white-spacing fixes

(cherry picked from commit a497d26ef140283261fc7aa3b4f97fb136a7caa1)
Felix Paul Kühne 7 年 前
コミット
d1d211e06e
2 ファイル変更13 行追加13 行削除
  1. 11 11
      Headers/Public/VLCMedia.h
  2. 2 2
      Headers/Public/VLCTime.h

+ 11 - 11
Headers/Public/VLCMedia.h

@@ -171,23 +171,23 @@ typedef NS_ENUM(NSInteger, VLCMediaState) {
  * list of possible media orientation.
  */
 typedef NS_ENUM(NSUInteger, VLCMediaOrientation) {
-	VLCMediaOrientationTopLeft,
-	VLCMediaOrientationTopRight,
-	VLCMediaOrientationBottomLeft,
-	VLCMediaOrientationBottomRight,
-	VLCMediaOrientationLeftTop,
-	VLCMediaOrientationLeftBottom,
-	VLCMediaOrientationRightTop,
-	VLCMediaOrientationRightBottom
+    VLCMediaOrientationTopLeft,
+    VLCMediaOrientationTopRight,
+    VLCMediaOrientationBottomLeft,
+    VLCMediaOrientationBottomRight,
+    VLCMediaOrientationLeftTop,
+    VLCMediaOrientationLeftBottom,
+    VLCMediaOrientationRightTop,
+    VLCMediaOrientationRightBottom
 };
 
 /**
  * list of possible media projection.
  */
 typedef NS_ENUM(NSUInteger, VLCMediaProjection) {
-	VLCMediaProjectionRectangular,
-	VLCMediaProjectionEquiRectangular,
-	VLCMediaProjectionCubemapLayoutStandard = 0x100
+    VLCMediaProjectionRectangular,
+    VLCMediaProjectionEquiRectangular,
+    VLCMediaProjectionCubemapLayoutStandard = 0x100
 };
 
 /**

+ 2 - 2
Headers/Public/VLCTime.h

@@ -65,13 +65,13 @@
  * the current time value as NSNumber
  * \return the NSNumber object
  */
-@property (nonatomic, readonly) NSNumber * value;	///< Holds, in milliseconds, the VLCTime value
+@property (nonatomic, readonly) NSNumber * value;    ///< Holds, in milliseconds, the VLCTime value
 /**
  * the current time value as NSNumber
  * \return the NSNumber object
  * \deprecated use value instead
  */
-@property (readonly) NSNumber * numberValue __attribute__((deprecated));		// here for backwards compatibility
+@property (readonly) NSNumber * numberValue __attribute__((deprecated));	    // here for backwards compatibility
 
 /**
  * the current time value as string value localized for the current environment