Skip to content

Commit

Permalink
fix lint errors
Browse files Browse the repository at this point in the history
  • Loading branch information
rbirac committed Feb 21, 2015
1 parent 4dd641b commit fb146e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -312,7 +312,7 @@ ROS_INFO("cov %s", cov);
ROS_INFO("p1 = %p %s",p,p);
for (int iter = 0; iter < 9; iter++)
{
ROS_INFO("p = %p %s",p,p);
ROS_INFO("p = %p %s", p, p);
if (p) covar[iter] = atof(p); // covar[] is global var
else covar[iter] = 0.0;
p = strtok_r(NULL, " ", &ptr1); // point to next value (nil if none)
Expand Down

0 comments on commit fb146e4

Please sign in to comment.