Convert all tabs to four spaces. refs #743

This commit is contained in:
Blake Watters
2012-05-17 18:10:59 -04:00
parent fcb973056b
commit 016f13dad0
82 changed files with 2018 additions and 2018 deletions

View File

@@ -46,13 +46,13 @@ typedef enum {
The search text should be matched inclusively using AND.
Matches will include all search terms.
*/
RKSearchModeAnd,
RKSearchModeAnd,
/**
The search text should be matched exclusively using OR.
Matches will include any search terms.
*/
RKSearchModeOr
RKSearchModeOr
} RKSearchMode;
/**