Cleanup: whicespace
This commit is contained in:
6
extern/curve_fit_nd/curve_fit_nd.h
vendored
6
extern/curve_fit_nd/curve_fit_nd.h
vendored
@@ -25,8 +25,8 @@
|
|||||||
* SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
* SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#ifndef __SPLINE_FIT__
|
#ifndef __CURVE_FIT_ND_H__
|
||||||
#define __SPLINE_FIT__
|
#define __CURVE_FIT_ND_H__
|
||||||
|
|
||||||
/** \file curve_fit_nd.h
|
/** \file curve_fit_nd.h
|
||||||
* \ingroup curve_fit
|
* \ingroup curve_fit
|
||||||
@@ -159,4 +159,4 @@ int curve_fit_corners_detect_fl(
|
|||||||
unsigned int **r_corners,
|
unsigned int **r_corners,
|
||||||
unsigned int *r_corners_len);
|
unsigned int *r_corners_len);
|
||||||
|
|
||||||
#endif /* __SPLINE_FIT__ */
|
#endif /* __CURVE_FIT_ND_H__ */
|
||||||
|
2
extern/curve_fit_nd/intern/curve_fit_cubic.c
vendored
2
extern/curve_fit_nd/intern/curve_fit_cubic.c
vendored
@@ -46,7 +46,7 @@
|
|||||||
#define USE_LENGTH_CACHE
|
#define USE_LENGTH_CACHE
|
||||||
|
|
||||||
/* store the indices in the cubic data so we can return the original indices,
|
/* store the indices in the cubic data so we can return the original indices,
|
||||||
* useful when the caller has data assosiated with the curve. */
|
* useful when the caller has data associated with the curve. */
|
||||||
#define USE_ORIG_INDEX_DATA
|
#define USE_ORIG_INDEX_DATA
|
||||||
|
|
||||||
typedef unsigned int uint;
|
typedef unsigned int uint;
|
||||||
|
Reference in New Issue
Block a user