diff options
| author | dkf <donal.k.fellows@manchester.ac.uk> | 2024-05-13 15:41:44 (GMT) |
|---|---|---|
| committer | dkf <donal.k.fellows@manchester.ac.uk> | 2024-05-13 15:41:44 (GMT) |
| commit | 7e1f353db44ee7a1ef82811ca4e4ff02c7278802 (patch) | |
| tree | 5b346cf1401c23c69c43d84a1eb6986e442c7dfd /generic/tclProcess.c | |
| parent | 2feca00ec7abd9c0a111160fa041dac7616a1365 (diff) | |
| download | tcl-7e1f353db44ee7a1ef82811ca4e4ff02c7278802.zip tcl-7e1f353db44ee7a1ef82811ca4e4ff02c7278802.tar.gz tcl-7e1f353db44ee7a1ef82811ca4e4ff02c7278802.tar.bz2 | |
Clean up a lot of small whitespace issues
This is the dullest commit ever. Sorry.
Diffstat (limited to 'generic/tclProcess.c')
| -rw-r--r-- | generic/tclProcess.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/generic/tclProcess.c b/generic/tclProcess.c index a5607d9..43b8cb4 100644 --- a/generic/tclProcess.c +++ b/generic/tclProcess.c @@ -40,7 +40,7 @@ static Tcl_HashTable infoTablePerResolvedPid; static int infoTablesInitialized = 0; /* 0 means not yet initialized. */ TCL_DECLARE_MUTEX(infoTablesMutex) - /* +/* * Prototypes for functions defined later in this file: */ |
