소스 검색

trivial whitespace

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@57035 15284696-431f-4ddb-bdfa-cd5b030d7da7
Hamish Bowman 11 년 전
부모
커밋
c9b521dddc
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      scripts/r.in.wms/wms_base.py

+ 1 - 1
scripts/r.in.wms/wms_base.py

@@ -15,7 +15,7 @@ This program is free software under the GNU General Public License
 """
 
 import os
-from   math import ceil
+from math import ceil
 
 import base64
 import urllib2