From 7f55e7512bbbc1c54611ea6c70be9fca0d1c1126 Mon Sep 17 00:00:00 2001
From: juergen <juergen@5a81b35b-ba03-0410-adc8-b2c5c5119f08>
Date: Mon, 21 Jun 2010 11:53:24 +0000
Subject: [PATCH] fixed wrong identation

git-svn-id: https://dng.biozentrum.unibas.ch/svn/openstructure/trunk@2424 5a81b35b-ba03-0410-adc8-b2c5c5119f08
---
 examples/img/fft_li.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/examples/img/fft_li.py b/examples/img/fft_li.py
index 983a45c92..9ee75c6fb 100644
--- a/examples/img/fft_li.py
+++ b/examples/img/fft_li.py
@@ -1,7 +1,7 @@
 import sys
 import ost.img.alg
 if len(sys.argv)<2:
-images=io.LoadImageList(['square.png'])  
+  images=io.LoadImageList(['square.png'])  
 else:
   images=io.LoadImageList(sys.argv[1:])
 viewers=[]
-- 
GitLab