Skip to content

Commit 2fea128

Browse files
authored
lint fix
1 parent de1d4be commit 2fea128

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎nav2_amcl/src/include/portable_utils.h‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ extern "C" {
1212
// Use rand, and srand for such system.
1313
static double drand48(void)
1414
{
15-
return ((double)rand())/RAND_MAX;
15+
return ((double)rand()) / RAND_MAX;
1616
}
1717

1818
static void srand48(long int seedval)

0 commit comments

Comments
 (0)