Fossil SCM
Reverse accidental whitespace changes.
Commit
e4b78f20035bb782e478cd299f39d241003eba06
Parent
66406ae9420bc0b…
1 file changed
+8
-8
+8
-8
| --- src/update.c | ||
| +++ src/update.c | ||
| @@ -91,19 +91,19 @@ | ||
| 91 | 91 | ** |
| 92 | 92 | ** The -v or --verbose option prints status information about |
| 93 | 93 | ** unchanged files in addition to those file that actually do change. |
| 94 | 94 | ** |
| 95 | 95 | ** Options: |
| 96 | -** --case-sensitive <BOOL> Override the case-sensitive setting. | |
| 97 | -** --debug Print debug information on stdout. | |
| 98 | -** --latest acceptable in place of VERSION, update to latest version | |
| 99 | -** --force-missing force update if missing content after sync | |
| 96 | +** --case-sensitive <BOOL> override case-sensitive setting | |
| 97 | +** --debug Print debug information on stdout. | |
| 98 | +** --latest acceptable in place of VERSION, update to latest version | |
| 99 | +** --force-missing force update if missing content after sync | |
| 100 | 100 | ** --no-dir-symlinks Disables support for directory symlinks. |
| 101 | -** -n|--dry-run If given, display instead of run actions | |
| 102 | -** -v|--verbose print status information about all files | |
| 103 | -** -W|--width <num> Width of lines (default is to auto-detect). Must be >20 | |
| 104 | -** or 0 (= no limit, resulting in a single line per entry). | |
| 101 | +** -n|--dry-run If given, display instead of run actions | |
| 102 | +** -v|--verbose print status information about all files | |
| 103 | +** -W|--width <num> Width of lines (default is to auto-detect). Must be >20 | |
| 104 | +** or 0 (= no limit, resulting in a single line per entry). | |
| 105 | 105 | ** |
| 106 | 106 | ** See also: revert |
| 107 | 107 | */ |
| 108 | 108 | void update_cmd(void){ |
| 109 | 109 | int vid; /* Current version */ |
| 110 | 110 |
| --- src/update.c | |
| +++ src/update.c | |
| @@ -91,19 +91,19 @@ | |
| 91 | ** |
| 92 | ** The -v or --verbose option prints status information about |
| 93 | ** unchanged files in addition to those file that actually do change. |
| 94 | ** |
| 95 | ** Options: |
| 96 | ** --case-sensitive <BOOL> Override the case-sensitive setting. |
| 97 | ** --debug Print debug information on stdout. |
| 98 | ** --latest acceptable in place of VERSION, update to latest version |
| 99 | ** --force-missing force update if missing content after sync |
| 100 | ** --no-dir-symlinks Disables support for directory symlinks. |
| 101 | ** -n|--dry-run If given, display instead of run actions |
| 102 | ** -v|--verbose print status information about all files |
| 103 | ** -W|--width <num> Width of lines (default is to auto-detect). Must be >20 |
| 104 | ** or 0 (= no limit, resulting in a single line per entry). |
| 105 | ** |
| 106 | ** See also: revert |
| 107 | */ |
| 108 | void update_cmd(void){ |
| 109 | int vid; /* Current version */ |
| 110 |
| --- src/update.c | |
| +++ src/update.c | |
| @@ -91,19 +91,19 @@ | |
| 91 | ** |
| 92 | ** The -v or --verbose option prints status information about |
| 93 | ** unchanged files in addition to those file that actually do change. |
| 94 | ** |
| 95 | ** Options: |
| 96 | ** --case-sensitive <BOOL> override case-sensitive setting |
| 97 | ** --debug Print debug information on stdout. |
| 98 | ** --latest acceptable in place of VERSION, update to latest version |
| 99 | ** --force-missing force update if missing content after sync |
| 100 | ** --no-dir-symlinks Disables support for directory symlinks. |
| 101 | ** -n|--dry-run If given, display instead of run actions |
| 102 | ** -v|--verbose print status information about all files |
| 103 | ** -W|--width <num> Width of lines (default is to auto-detect). Must be >20 |
| 104 | ** or 0 (= no limit, resulting in a single line per entry). |
| 105 | ** |
| 106 | ** See also: revert |
| 107 | */ |
| 108 | void update_cmd(void){ |
| 109 | int vid; /* Current version */ |
| 110 |