From 44335b5b342bda4a80a195ab02b209756ae62cc4 Mon Sep 17 00:00:00 2001
From: Ivan Tyagov <ivan@nexedi.com>
Date: Tue, 13 Feb 2007 16:32:10 +0000
Subject: [PATCH] Bad identation introduced by me fixed.

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@12675 20353a03-c40f-0410-a6d1-a30d3c3de9de
---
 product/ZSQLCatalog/SQLCatalog.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/product/ZSQLCatalog/SQLCatalog.py b/product/ZSQLCatalog/SQLCatalog.py
index 4c5e19a955..bdec9de46f 100644
--- a/product/ZSQLCatalog/SQLCatalog.py
+++ b/product/ZSQLCatalog/SQLCatalog.py
@@ -1371,7 +1371,7 @@ class Catalog( Folder,
             # We will check if there is an filter on this
             # method, if so we may not call this zsqlMethod
             # for this object
-	    portal_type = object.getPortalType()
+            portal_type = object.getPortalType()
             if type_list and portal_type not in type_list:
               continue
             elif expression is not None:
-- 
2.30.9