Skip to content

Commit

Permalink
Fix indenting error
Browse files Browse the repository at this point in the history
  • Loading branch information
rmsare committed Sep 18, 2019
1 parent 8048f54 commit 6be43a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/pymcc_lidar.pyx
Original file line number Diff line number Diff line change
Expand Up @@ -67,4 +67,4 @@ def calculate_excess_height(np.ndarray[double, ndim=2, mode='c'] xyz not None,
free(y);
free(z);

return np_h
return np_h

0 comments on commit 6be43a2

Please sign in to comment.