Commit aa52ddea authored by Pierre d'Herbemont's avatar Pierre d'Herbemont

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

parent c169ff14
...@@ -84,5 +84,3 @@ ...@@ -84,5 +84,3 @@
@interface VLCAudio (VLCAudioBridging) @interface VLCAudio (VLCAudioBridging)
- (id)initWithLibrary:(VLCLibrary *)library; - (id)initWithLibrary:(VLCLibrary *)library;
@end @end
...@@ -325,4 +325,3 @@ static void HandleMediaListItemDeleted( const libvlc_event_t * event, void * use ...@@ -325,4 +325,3 @@ static void HandleMediaListItemDeleted( const libvlc_event_t * event, void * use
[delegate mediaList:self mediaRemovedAtIndex:[index intValue]]; [delegate mediaList:self mediaRemovedAtIndex:[index intValue]];
} }
@end @end
...@@ -239,4 +239,3 @@ static void HandleMediaListViewItemDeleted( const libvlc_event_t * event, void * ...@@ -239,4 +239,3 @@ static void HandleMediaListViewItemDeleted( const libvlc_event_t * event, void *
[self didChange:NSKeyValueChangeInsertion valuesAtIndexes:[NSIndexSet indexSetWithIndex:[index intValue]] forKey:@"media"]; [self didChange:NSKeyValueChangeInsertion valuesAtIndexes:[NSIndexSet indexSetWithIndex:[index intValue]] forKey:@"media"];
} }
@end @end
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment