Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
D
djinni
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
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
cpp-libs
djinni
Commits
14e224b6
Commit
14e224b6
authored
Apr 08, 2015
by
Jacob Potter
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove trailing whitespace
parent
1ef25936
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
2 deletions
+1
-2
support-lib/jni/djinni_support.cpp
support-lib/jni/djinni_support.cpp
+1
-1
test-suite/handwritten-src/objc/tests/DBConstantTests.mm
test-suite/handwritten-src/objc/tests/DBConstantTests.mm
+0
-1
No files found.
support-lib/jni/djinni_support.cpp
View file @
14e224b6
...
@@ -135,7 +135,7 @@ void jniThrowAssertionError(JNIEnv * env, const char * file, int line, const cha
...
@@ -135,7 +135,7 @@ void jniThrowAssertionError(JNIEnv * env, const char * file, int line, const cha
char
buf
[
256
];
char
buf
[
256
];
#if (defined _MSC_VER) && (_MSC_VER < 1900)
#if (defined _MSC_VER) && (_MSC_VER < 1900)
// snprintf not implemented on MSVC prior to 2015
// snprintf not implemented on MSVC prior to 2015
_snprintf
(
buf
,
sizeof
buf
,
"djinni (%s:%d): %s"
,
file_basename
,
line
,
check
);
_snprintf
(
buf
,
sizeof
buf
,
"djinni (%s:%d): %s"
,
file_basename
,
line
,
check
);
#else
#else
snprintf
(
buf
,
sizeof
buf
,
"djinni (%s:%d): %s"
,
file_basename
,
line
,
check
);
snprintf
(
buf
,
sizeof
buf
,
"djinni (%s:%d): %s"
,
file_basename
,
line
,
check
);
...
...
test-suite/handwritten-src/objc/tests/DBConstantTests.mm
View file @
14e224b6
...
@@ -10,7 +10,6 @@
...
@@ -10,7 +10,6 @@
-
(
void
)
methodThatTakesString
:(
__unused
NSString
*
)
string
-
(
void
)
methodThatTakesString
:(
__unused
NSString
*
)
string
{
{
}
}
-
(
void
)
testCallingMethodThatTakesStringWithConstant
-
(
void
)
testCallingMethodThatTakesStringWithConstant
...
...
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