aboutsummaryrefslogtreecommitdiff
path: root/jim-array.c
diff options
context:
space:
mode:
authorSteve Bennett <steveb@workware.net.au>2014-01-02 11:57:03 +1000
committerSteve Bennett <steveb@workware.net.au>2014-01-03 10:04:40 +1000
commita9d2fd114307cce7ae89aaf8e50c9c156b16590a (patch)
treebe770e0d251b01ab9e17de942966250372aeb162 /jim-array.c
parente538fd102c39705a9496f7208adb999ff6a7d0fd (diff)
downloadjimtcl-a9d2fd114307cce7ae89aaf8e50c9c156b16590a.zip
jimtcl-a9d2fd114307cce7ae89aaf8e50c9c156b16590a.tar.gz
jimtcl-a9d2fd114307cce7ae89aaf8e50c9c156b16590a.tar.bz2
Remove tabs from source files
Tabs accidentally crept into source files in violaton of the style guide Signed-off-by: Steve Bennett <steveb@workware.net.au>
Diffstat (limited to 'jim-array.c')
-rw-r--r--jim-array.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/jim-array.c b/jim-array.c
index d4f9449..179e110 100644
--- a/jim-array.c
+++ b/jim-array.c
@@ -1,4 +1,3 @@
-
/*
* Implements the array command for jim
*
@@ -157,8 +156,8 @@ static int array_cmd_stat(Jim_Interp *interp, int argc, Jim_Obj *const *argv)
if (objPtr) {
return Jim_DictInfo(interp, objPtr);
}
- Jim_SetResultFormatted(interp, "\"%#s\" isn't an array", argv[0], NULL);
- return JIM_ERR;
+ Jim_SetResultFormatted(interp, "\"%#s\" isn't an array", argv[0], NULL);
+ return JIM_ERR;
}
static int array_cmd_set(Jim_Interp *interp, int argc, Jim_Obj *const *argv)