ソースを参照

MacOSX/Framework: Fix end of file line, at least on headers.

Pierre d'Herbemont 17 年 前
コミット
8e55d06ffc

+ 0 - 2
Headers/Internal/VLCLibVLCBridging.h

@@ -84,5 +84,3 @@
 @interface VLCAudio (VLCAudioBridging)
 - (id)initWithLibrary:(VLCLibrary *)library;
 @end
-
-

+ 1 - 1
Headers/Internal/VLCLibrary.h

@@ -51,4 +51,4 @@
  */
 // TODO: Figure out a better way to raise error messages
 #define quit_on_exception( ex ) __quit_on_exception( (void*)(ex), __FUNCTION__, __FILE__, __LINE__ )
-extern void __quit_on_exception( void* e, const char *function, const char *file, int line_number );
+extern void __quit_on_exception( void* e, const char *function, const char *file, int line_number );

+ 1 - 1
Headers/Public/VLCMediaList.h

@@ -68,4 +68,4 @@ extern NSString * VLCMediaListItemDeleted;
 /* Media list aspect */
 - (VLCMediaListAspect *)hierarchicalAspect;
 - (VLCMediaListAspect *)flatAspect;
-@end
+@end

+ 0 - 1
Sources/VLCMediaList.m

@@ -325,4 +325,3 @@ static void HandleMediaListItemDeleted( const libvlc_event_t * event, void * use
         [delegate mediaList:self mediaRemovedAtIndex:[index intValue]];
 }
 @end
-

+ 0 - 1
Sources/VLCMediaListAspect.m

@@ -239,4 +239,3 @@ static void HandleMediaListViewItemDeleted( const libvlc_event_t * event, void *
     [self didChange:NSKeyValueChangeInsertion valuesAtIndexes:[NSIndexSet indexSetWithIndex:[index intValue]] forKey:@"media"];
 }
 @end
-

+ 1 - 1
Sources/VLCMediaPlayer.m

@@ -530,4 +530,4 @@ static const VLCMediaPlayerState libvlc_to_local_state[] =
     libvlc_event_detach( p_em, libvlc_MediaInstanceReachedEnd,      HandleMediaInstanceStateChanged, self, NULL );
     libvlc_event_detach( p_em, libvlc_MediaInstancePositionChanged, HandleMediaTimeChanged,            self, NULL );
 }
-@end
+@end