]> granicus.if.org Git - python/commitdiff
Change some spaces to tabs. I don't *think* that was me, but it
authorMichael W. Hudson <mwh@python.net>
Wed, 16 Jan 2002 15:18:09 +0000 (15:18 +0000)
committerMichael W. Hudson <mwh@python.net>
Wed, 16 Jan 2002 15:18:09 +0000 (15:18 +0000)
might have been...

Modules/_cursesmodule.c

index 893ccaa4bb83cc63343c4c50542b9eafc7ea5927..d3f97becad4819510a4c9eb3b90410fe41bba440 100644 (file)
@@ -2311,13 +2311,13 @@ PyCurses_tparm(PyObject *self, PyObject *args)
        }
        
 #if defined(__hpux) || defined(_AIX)
-        /* tparm is declared with 10 arguments on a few platforms
+       /* tparm is declared with 10 arguments on a few platforms
           (HP-UX, AIX). If this proves to be a problem on other 
           platforms as well, perhaps an autoconf test should be 
           added to determine whether tparm can be called with a 
           variable number of arguments. Perhaps the other arguments 
           should be initialized in this case also. */
-        result = tparm(fmt,i1,i2,i3,i4,i5,i6,i7,i8,i9);
+       result = tparm(fmt,i1,i2,i3,i4,i5,i6,i7,i8,i9);
 #else
        switch (PyTuple_GET_SIZE(args)) {
        case 1: