From: Benjamin Peterson Date: Thu, 18 Sep 2008 23:20:28 +0000 (+0000) Subject: tabify X-Git-Tag: v2.6~73 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=fbb388b39b97ce181fd5f158589e428c6d772bcf;p=thirdparty%2FPython%2Fcpython.git tabify --- diff --git a/Modules/config.c.in b/Modules/config.c.in index 399cb1e34c48..d5ca10f89d76 100644 --- a/Modules/config.c.in +++ b/Modules/config.c.in @@ -52,8 +52,8 @@ struct _inittab _PyImport_Inittab[] = { /* This lives in gcmodule.c */ {"gc", initgc}, - /* This lives in _warnings.c */ - {"_warnings", _PyWarnings_Init}, + /* This lives in _warnings.c */ + {"_warnings", _PyWarnings_Init}, /* Sentinel */ {0, 0}