From fbb388b39b97ce181fd5f158589e428c6d772bcf Mon Sep 17 00:00:00 2001 From: Benjamin Peterson Date: Thu, 18 Sep 2008 23:20:28 +0000 Subject: [PATCH] tabify --- Modules/config.c.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Modules/config.c.in b/Modules/config.c.in index 399cb1e34c4..d5ca10f89d7 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}