summaryrefslogtreecommitdiffstats
path: root/unix/tclLoadOSF.c
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2024-05-13 15:41:44 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2024-05-13 15:41:44 (GMT)
commit83a70980d73aee113b565c0960e28f94061cf49b (patch)
tree5b346cf1401c23c69c43d84a1eb6986e442c7dfd /unix/tclLoadOSF.c
parent064ea7546804d70edaa512f5b2e5cc36693aaff4 (diff)
downloadtcl-83a70980d73aee113b565c0960e28f94061cf49b.zip
tcl-83a70980d73aee113b565c0960e28f94061cf49b.tar.gz
tcl-83a70980d73aee113b565c0960e28f94061cf49b.tar.bz2
Clean up a lot of small whitespace issues dkf/to-redo
This is the dullest commit ever. Sorry.
Diffstat (limited to 'unix/tclLoadOSF.c')
-rw-r--r--unix/tclLoadOSF.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/unix/tclLoadOSF.c b/unix/tclLoadOSF.c
index 81f314f..9c34e73 100644
--- a/unix/tclLoadOSF.c
+++ b/unix/tclLoadOSF.c
@@ -128,7 +128,7 @@ TclpDlopen(
*/
if ((pkg = strrchr(fileName, '/')) == NULL) {
- pkg = fileName;
+ pkg = fileName;
} else {
pkg++;
}