Cleanup: whicespace

This commit is contained in:
Campbell Barton
2016-05-07 23:58:04 +10:00
parent b132f3ac7b
commit a3b42d638b
4 changed files with 17 additions and 17 deletions

View File

@@ -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__ */

View File

@@ -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;