diff options
| author | donal.k.fellows@manchester.ac.uk <dkf> | 2009-01-09 11:21:45 (GMT) |
|---|---|---|
| committer | donal.k.fellows@manchester.ac.uk <dkf> | 2009-01-09 11:21:45 (GMT) |
| commit | 2dadec88757fb1abc3ca7e04059fbb468b155e72 (patch) | |
| tree | 4aa51d7f8297e2b7b5f11c316610f06e345c362d /unix/tclXtTest.c | |
| parent | 175fb09aa08bead3254d6b8c14216e178ee152e0 (diff) | |
| download | tcl-2dadec88757fb1abc3ca7e04059fbb468b155e72.zip tcl-2dadec88757fb1abc3ca7e04059fbb468b155e72.tar.gz tcl-2dadec88757fb1abc3ca7e04059fbb468b155e72.tar.bz2 | |
Style fixes (unfouling whitespace, sorting comments, removing useless casts, etc.)
Diffstat (limited to 'unix/tclXtTest.c')
| -rw-r--r-- | unix/tclXtTest.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/unix/tclXtTest.c b/unix/tclXtTest.c index 1150fee..eb800fb 100644 --- a/unix/tclXtTest.c +++ b/unix/tclXtTest.c @@ -8,7 +8,7 @@ * See the file "license.terms" for information on usage and redistribution of * this file, and for a DISCLAIMER OF ALL WARRANTIES. * - * RCS: @(#) $Id: tclXtTest.c,v 1.7 2008/04/27 22:21:35 dkf Exp $ + * RCS: @(#) $Id: tclXtTest.c,v 1.8 2009/01/09 11:21:46 dkf Exp $ */ #include <X11/Intrinsic.h> @@ -47,7 +47,7 @@ Tclxttest_Init( XtToolkitInitialize(); InitNotifier(); Tcl_CreateCommand(interp, "testeventloop", TesteventloopCmd, - (ClientData) 0, NULL); + (ClientData) 0, NULL); return TCL_OK; } @@ -82,7 +82,7 @@ TesteventloopCmd( if (argc < 2) { Tcl_AppendResult(interp, "wrong # arguments: should be \"", argv[0], - " option ... \"", NULL); + " option ... \"", NULL); return TCL_ERROR; } if (strcmp(argv[1], "done") == 0) { |
