Fossil SCM
Remove unnecessary whitespace in fossil_pledge comment inadvertenly added by [8993c332].
Commit
0e877b0c5bcefc9c2ff1c4c07fa5d3bda7ab1ca1162bc77f152e66179b32212f
Parent
8993c3324a4caa4…
1 file changed
+1
-1
+1
-1
| --- src/util.c | ||
| +++ src/util.c | ||
| @@ -487,11 +487,11 @@ | ||
| 487 | 487 | } |
| 488 | 488 | |
| 489 | 489 | #if defined(FOSSIL_HAVE_PLEDGE) |
| 490 | 490 | /* |
| 491 | 491 | ** Interface to pledge() on OpenBSD 5.9 and later. |
| 492 | -** | |
| 492 | +** | |
| 493 | 493 | ** On platforms that have pledge(), use this routine. |
| 494 | 494 | ** On all other platforms, this routine does not exist, but instead |
| 495 | 495 | ** a macro defined in config.h is used to provide a no-op. |
| 496 | 496 | */ |
| 497 | 497 | void fossil_pledge(const char *promises, const char *execpromises){ |
| 498 | 498 |
| --- src/util.c | |
| +++ src/util.c | |
| @@ -487,11 +487,11 @@ | |
| 487 | } |
| 488 | |
| 489 | #if defined(FOSSIL_HAVE_PLEDGE) |
| 490 | /* |
| 491 | ** Interface to pledge() on OpenBSD 5.9 and later. |
| 492 | ** |
| 493 | ** On platforms that have pledge(), use this routine. |
| 494 | ** On all other platforms, this routine does not exist, but instead |
| 495 | ** a macro defined in config.h is used to provide a no-op. |
| 496 | */ |
| 497 | void fossil_pledge(const char *promises, const char *execpromises){ |
| 498 |
| --- src/util.c | |
| +++ src/util.c | |
| @@ -487,11 +487,11 @@ | |
| 487 | } |
| 488 | |
| 489 | #if defined(FOSSIL_HAVE_PLEDGE) |
| 490 | /* |
| 491 | ** Interface to pledge() on OpenBSD 5.9 and later. |
| 492 | ** |
| 493 | ** On platforms that have pledge(), use this routine. |
| 494 | ** On all other platforms, this routine does not exist, but instead |
| 495 | ** a macro defined in config.h is used to provide a no-op. |
| 496 | */ |
| 497 | void fossil_pledge(const char *promises, const char *execpromises){ |
| 498 |