Check-in Number:
|
3256 | |
Date: |
2003-Feb-14 20:46:21 (local)
2003-Feb-14 19:46:21 (UTC) |
User: | rse |
Branch: | |
Comment: |
add space to make code-style checkers happy, too |
Tickets: |
|
Inspections: |
|
Files: |
|
ossp-pkg/var/var.c 1.97 -> 1.98
--- var.c 2003/02/14 18:19:28 1.97
+++ var.c 2003/02/14 19:46:21 1.98
@@ -998,7 +998,7 @@
if (no_regex) {
/* plain text pattern based operation */
tokenbuf_init(&tmp);
- for (p = data->begin; p != data->end;) {
+ for (p = data->begin; p != data->end; ) {
if (case_insensitive)
rc = strncasecmp(p, search->begin, search->end - search->begin);
else
|
|