Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
tianlh
LightGBM-DCU
Commits
adda5c53
Unverified
Commit
adda5c53
authored
Jul 08, 2020
by
Hongbin Shi
Committed by
GitHub
Jul 08, 2020
Browse files
Remove extra semicolons (#3215)
parent
aef50f86
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
include/LightGBM/utils/common.h
include/LightGBM/utils/common.h
+1
-1
No files found.
include/LightGBM/utils/common.h
View file @
adda5c53
...
@@ -927,7 +927,7 @@ inline static bool CheckDoubleEqualOrdered(double a, double b) {
...
@@ -927,7 +927,7 @@ inline static bool CheckDoubleEqualOrdered(double a, double b) {
}
}
inline
static
double
GetDoubleUpperBound
(
double
a
)
{
inline
static
double
GetDoubleUpperBound
(
double
a
)
{
return
std
::
nextafter
(
a
,
INFINITY
);
;
return
std
::
nextafter
(
a
,
INFINITY
);
}
}
inline
static
size_t
GetLine
(
const
char
*
str
)
{
inline
static
size_t
GetLine
(
const
char
*
str
)
{
...
...
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