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
8ba3c407
Commit
8ba3c407
authored
Oct 30, 2006
by
Jean-Paul Saman
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove some excess whitespace and tabs.
parent
9db3ec01
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
50 additions
and
54 deletions
+50
-54
mozilla/support/npmac.cpp
mozilla/support/npmac.cpp
+50
-54
No files found.
mozilla/support/npmac.cpp
View file @
8ba3c407
...
...
@@ -97,7 +97,7 @@
#if defined(XP_MACOSX) && defined(__POWERPC__) && (!defined(TARGET_RT_MAC_CFM))
// glue for mapping outgoing Macho function pointers to TVectors
struct
TFPtoTVGlue
{
struct
TFPtoTVGlue
{
void
*
glue
[
2
];
};
...
...
@@ -633,7 +633,6 @@ void Private_Shutdown(void)
ExitCodeResource
();
}
NPError
Private_New
(
NPMIMEType
pluginType
,
NPP
instance
,
uint16
mode
,
int16
argc
,
char
*
argn
[],
char
*
argv
[],
NPSavedData
*
saved
)
{
EnterCodeResource
();
...
...
@@ -721,7 +720,6 @@ void Private_StreamAsFile(NPP instance, NPStream* stream, const char* fname)
ExitCodeResource
();
}
NPError
Private_DestroyStream
(
NPP
instance
,
NPStream
*
stream
,
NPError
reason
)
{
NPError
err
;
...
...
@@ -923,7 +921,6 @@ DEFINE_API_C(NPError) main(NPNetscapeFuncs* nsTable, NPPluginFuncs* pluginFuncs,
err
=
NPERR_INCOMPATIBLE_VERSION_ERROR
;
}
if
(
err
==
NPERR_NO_ERROR
)
{
//
...
...
@@ -1069,7 +1066,6 @@ NPError NP_Initialize(NPNetscapeFuncs* nsTable)
if
(
nsTable
->
size
<
sizeof
(
NPNetscapeFuncs
))
return
NPERR_INVALID_FUNCTABLE_ERROR
;
int
navMinorVers
=
nsTable
->
version
&
0xFF
;
/*
...
...
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