diff options
| author | dkf <donal.k.fellows@manchester.ac.uk> | 2024-06-04 15:35:14 (GMT) |
|---|---|---|
| committer | dkf <donal.k.fellows@manchester.ac.uk> | 2024-06-04 15:35:14 (GMT) |
| commit | cd72d108bf14caa354d011a2ce41426ea011da2a (patch) | |
| tree | ea245cdd3ace1d0ea075a51e59d0b5044fc86bf2 /generic/tclEncoding.c | |
| parent | f40df819ae9708d22caccabb9f6a209739449872 (diff) | |
| download | tcl-cd72d108bf14caa354d011a2ce41426ea011da2a.zip tcl-cd72d108bf14caa354d011a2ce41426ea011da2a.tar.gz tcl-cd72d108bf14caa354d011a2ce41426ea011da2a.tar.bz2 | |
Space before tab is an extremely unlikely to be correct indentation pattern
Diffstat (limited to 'generic/tclEncoding.c')
| -rw-r--r-- | generic/tclEncoding.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/generic/tclEncoding.c b/generic/tclEncoding.c index 176838d..f48bf63 100644 --- a/generic/tclEncoding.c +++ b/generic/tclEncoding.c @@ -4291,7 +4291,7 @@ int TclEncodingProfileNameToId( Tcl_Interp *interp, /* For error messages. May be NULL */ const char *profileName, /* Name of profile */ - int *profilePtr) /* Output */ + int *profilePtr) /* Output */ { size_t i; size_t numProfiles = sizeof(encodingProfiles) / sizeof(encodingProfiles[0]); |
