style cleanup: trailing tabs & expand some non prefix tabs into spaces.

This commit is contained in:
2012-10-21 05:46:41 +00:00
parent a1a0c8da13
commit f3ece5a108
379 changed files with 1766 additions and 1768 deletions

View File

@@ -542,7 +542,7 @@ void PyC_RunQuicky(const char *filepath, int n, ...)
if (fp) {
PyGILState_STATE gilstate = PyGILState_Ensure();
va_list vargs;
va_list vargs;
int *sizes = PyMem_MALLOC(sizeof(int) * (n / 2));
int i;