Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Redmine
Redmine
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Metrics
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
videolan
vlc
Commits
aa52ddea
Commit
aa52ddea
authored
Dec 28, 2007
by
Pierre d'Herbemont
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
MacOSX/Framework: Fix end of file line, at least on headers.
parent
c169ff14
Changes
5
Show whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
2 additions
and
6 deletions
+2
-6
extras/MacOSX/Framework/Headers/Internal/VLCLibVLCBridging.h
extras/MacOSX/Framework/Headers/Internal/VLCLibVLCBridging.h
+0
-2
extras/MacOSX/Framework/Headers/Internal/VLCLibrary.h
extras/MacOSX/Framework/Headers/Internal/VLCLibrary.h
+1
-1
extras/MacOSX/Framework/Headers/Public/VLCMediaList.h
extras/MacOSX/Framework/Headers/Public/VLCMediaList.h
+1
-1
extras/MacOSX/Framework/Sources/VLCMediaList.m
extras/MacOSX/Framework/Sources/VLCMediaList.m
+0
-1
extras/MacOSX/Framework/Sources/VLCMediaListAspect.m
extras/MacOSX/Framework/Sources/VLCMediaListAspect.m
+0
-1
No files found.
extras/MacOSX/Framework/Headers/Internal/VLCLibVLCBridging.h
View file @
aa52ddea
...
...
@@ -84,5 +84,3 @@
@interface
VLCAudio
(
VLCAudioBridging
)
-
(
id
)
initWithLibrary
:(
VLCLibrary
*
)
library
;
@end
extras/MacOSX/Framework/Headers/Internal/VLCLibrary.h
View file @
aa52ddea
extras/MacOSX/Framework/Headers/Public/VLCMediaList.h
View file @
aa52ddea
extras/MacOSX/Framework/Sources/VLCMediaList.m
View file @
aa52ddea
...
...
@@ -325,4 +325,3 @@ static void HandleMediaListItemDeleted( const libvlc_event_t * event, void * use
[
delegate
mediaList
:
self
mediaRemovedAtIndex
:[
index
intValue
]];
}
@end
extras/MacOSX/Framework/Sources/VLCMediaListAspect.m
View file @
aa52ddea
...
...
@@ -239,4 +239,3 @@ static void HandleMediaListViewItemDeleted( const libvlc_event_t * event, void *
[
self
didChange
:
NSKeyValueChangeInsertion
valuesAtIndexes
:[
NSIndexSet
indexSetWithIndex
:[
index
intValue
]]
forKey
:
@"media"
];
}
@end
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment