Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
OpenWalnut
OpenWalnut Core
Commits
e3802ede
Commit
e3802ede
authored
Apr 29, 2009
by
wiebel
Browse files
[STYLE] I was to lazy for the trailing white spaces at first :-(
parent
f291f3a8
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
5 deletions
+5
-5
src/utils/BOptionHandler.cpp
src/utils/BOptionHandler.cpp
+5
-5
No files found.
src/utils/BOptionHandler.cpp
View file @
e3802ede
...
...
@@ -25,11 +25,11 @@
#include "BOptionHandler.h"
BOptionHandler
::
BOptionHandler
(
int
argc
,
char
*
argv
[]
)
:
m_argc
(
argc
),
m_argv
(
argv
),
m_errorOccured
(
false
),
m_desc
(
"Allowed options"
),
BOptionHandler
::
BOptionHandler
(
int
argc
,
char
*
argv
[]
)
:
m_argc
(
argc
),
m_argv
(
argv
),
m_errorOccured
(
false
),
m_desc
(
"Allowed options"
),
m_map
()
{
createOptions
();
...
...
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