Fossil SCM
Minor cosmetic code style tweak - spacing only, no code changes.
Commit
caeb8cd142f51917a60ef5a451cfc781e55bf0664cae040e025c88fe7741b8b8
Parent
8798a342444632b…
1 file changed
+8
-8
+8
-8
| --- src/search.c | ||
| +++ src/search.c | ||
| @@ -788,18 +788,18 @@ | ||
| 788 | 788 | } |
| 789 | 789 | } |
| 790 | 790 | |
| 791 | 791 | #if INTERFACE |
| 792 | 792 | /* What to search for */ |
| 793 | -#define SRCH_CKIN 0x0001 /* Search over check-in comments */ | |
| 794 | -#define SRCH_DOC 0x0002 /* Search over embedded documents */ | |
| 795 | -#define SRCH_TKT 0x0004 /* Search over tickets */ | |
| 796 | -#define SRCH_WIKI 0x0008 /* Search over wiki */ | |
| 797 | -#define SRCH_TECHNOTE 0x0010 /* Search over tech notes */ | |
| 798 | -#define SRCH_FORUM 0x0020 /* Search over forum messages */ | |
| 799 | -#define SRCH_HELP 0x0040 /* Search built-in help (full-scan only) */ | |
| 800 | -#define SRCH_ALL 0x007f /* Search over everything */ | |
| 793 | +#define SRCH_CKIN 0x0001 /* Search over check-in comments */ | |
| 794 | +#define SRCH_DOC 0x0002 /* Search over embedded documents */ | |
| 795 | +#define SRCH_TKT 0x0004 /* Search over tickets */ | |
| 796 | +#define SRCH_WIKI 0x0008 /* Search over wiki */ | |
| 797 | +#define SRCH_TECHNOTE 0x0010 /* Search over tech notes */ | |
| 798 | +#define SRCH_FORUM 0x0020 /* Search over forum messages */ | |
| 799 | +#define SRCH_HELP 0x0040 /* Search built-in help (full-scan only) */ | |
| 800 | +#define SRCH_ALL 0x007f /* Search over everything */ | |
| 801 | 801 | #define SRCH_FORUM_SUBJ 0x0080 /* Restrict forum search to subject lines only */ |
| 802 | 802 | #endif |
| 803 | 803 | |
| 804 | 804 | /* |
| 805 | 805 | ** Remove bits from srchFlags which are disallowed by either the |
| 806 | 806 |
| --- src/search.c | |
| +++ src/search.c | |
| @@ -788,18 +788,18 @@ | |
| 788 | } |
| 789 | } |
| 790 | |
| 791 | #if INTERFACE |
| 792 | /* What to search for */ |
| 793 | #define SRCH_CKIN 0x0001 /* Search over check-in comments */ |
| 794 | #define SRCH_DOC 0x0002 /* Search over embedded documents */ |
| 795 | #define SRCH_TKT 0x0004 /* Search over tickets */ |
| 796 | #define SRCH_WIKI 0x0008 /* Search over wiki */ |
| 797 | #define SRCH_TECHNOTE 0x0010 /* Search over tech notes */ |
| 798 | #define SRCH_FORUM 0x0020 /* Search over forum messages */ |
| 799 | #define SRCH_HELP 0x0040 /* Search built-in help (full-scan only) */ |
| 800 | #define SRCH_ALL 0x007f /* Search over everything */ |
| 801 | #define SRCH_FORUM_SUBJ 0x0080 /* Restrict forum search to subject lines only */ |
| 802 | #endif |
| 803 | |
| 804 | /* |
| 805 | ** Remove bits from srchFlags which are disallowed by either the |
| 806 |
| --- src/search.c | |
| +++ src/search.c | |
| @@ -788,18 +788,18 @@ | |
| 788 | } |
| 789 | } |
| 790 | |
| 791 | #if INTERFACE |
| 792 | /* What to search for */ |
| 793 | #define SRCH_CKIN 0x0001 /* Search over check-in comments */ |
| 794 | #define SRCH_DOC 0x0002 /* Search over embedded documents */ |
| 795 | #define SRCH_TKT 0x0004 /* Search over tickets */ |
| 796 | #define SRCH_WIKI 0x0008 /* Search over wiki */ |
| 797 | #define SRCH_TECHNOTE 0x0010 /* Search over tech notes */ |
| 798 | #define SRCH_FORUM 0x0020 /* Search over forum messages */ |
| 799 | #define SRCH_HELP 0x0040 /* Search built-in help (full-scan only) */ |
| 800 | #define SRCH_ALL 0x007f /* Search over everything */ |
| 801 | #define SRCH_FORUM_SUBJ 0x0080 /* Restrict forum search to subject lines only */ |
| 802 | #endif |
| 803 | |
| 804 | /* |
| 805 | ** Remove bits from srchFlags which are disallowed by either the |
| 806 |