summaryrefslogtreecommitdiffstats
path: root/doc/Object.3
diff options
context:
space:
mode:
authornijtmans <nijtmans>2006-08-03 22:46:34 (GMT)
committernijtmans <nijtmans>2006-08-03 22:46:34 (GMT)
commita15358050ba135ab39f8fa94adbd1584fb657ffa (patch)
tree83ad3375bdaf50ebd516259981ea816a30d2413a /doc/Object.3
parentee711ec2c9df132a0a8ea0a81d84777ed16aafbe (diff)
downloadtcl-a15358050ba135ab39f8fa94adbd1584fb657ffa.zip
tcl-a15358050ba135ab39f8fa94adbd1584fb657ffa.tar.gz
tcl-a15358050ba135ab39f8fa94adbd1584fb657ffa.tar.bz2
fix indenting with spaces i.s.o tabs
Diffstat (limited to 'doc/Object.3')
-rw-r--r--doc/Object.34
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/Object.3 b/doc/Object.3
index ef33e43..6a0848b 100644
--- a/doc/Object.3
+++ b/doc/Object.3
@@ -4,7 +4,7 @@
'\" See the file "license.terms" for information on usage and redistribution
'\" of this file, and for a DISCLAIMER OF ALL WARRANTIES.
'\"
-'\" RCS: @(#) $Id: Object.3,v 1.14 2006/08/03 22:41:27 nijtmans Exp $
+'\" RCS: @(#) $Id: Object.3,v 1.15 2006/08/03 22:46:34 nijtmans Exp $
'\"
.so man.macros
.TH Tcl_Obj 3 8.5 Tcl "Tcl Library Procedures"
@@ -121,7 +121,7 @@ typedef struct Tcl_Obj {
long \fIlongValue\fR;
double \fIdoubleValue\fR;
void *\fIotherValuePtr\fR;
- Tcl_WideInt \fIwideValue\fR;
+ Tcl_WideInt \fIwideValue\fR;
struct {
void *\fIptr1\fR;
void *\fIptr2\fR;