diff options
| author | Henrik Rydberg <rydberg@alnilam.(none)> | 2010-02-01 22:00:55 +0100 |
|---|---|---|
| committer | Henrik Rydberg <rydberg@alnilam.(none)> | 2010-02-01 22:00:55 +0100 |
| commit | 30869603dc5d36ad2d82cff82900c7e05a4b35c1 (patch) | |
| tree | 9e22c50cd9f6c8a618005d053124640bf9172a32 /match/match.h | |
| parent | d1117c8645fc4c0e2ccf0873fcf692c3ffa8b139 (diff) | |
janitor: match: stick to kernel-style formatting
Diffstat (limited to 'match/match.h')
| -rw-r--r-- | match/match.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/match/match.h b/match/match.h index 61ac72d..620d046 100644 --- a/match/match.h +++ b/match/match.h | |||
| @@ -34,13 +34,7 @@ | |||
| 34 | #define MIN(a, b) ((a) < (b) ? (a) : (b)) | 34 | #define MIN(a, b) ((a) < (b) ? (a) : (b)) |
| 35 | #define MAX(a, b) ((a) < (b) ? (b) : (a)) | 35 | #define MAX(a, b) ((a) < (b) ? (b) : (a)) |
| 36 | 36 | ||
| 37 | typedef int bool; | ||
| 38 | |||
| 39 | //////////////////////////////////////////////////////// | ||
| 40 | |||
| 41 | void match_fingers(int index[DIM_FINGER], float A[DIM2_FINGER], | 37 | void match_fingers(int index[DIM_FINGER], float A[DIM2_FINGER], |
| 42 | int nrow, int ncol); | 38 | int nrow, int ncol); |
| 43 | 39 | ||
| 44 | //////////////////////////////////////////////////////// | ||
| 45 | |||
| 46 | #endif | 40 | #endif |
