From 4f2612fcfd151def98c02d5f6113683e9c2a90e2 Mon Sep 17 00:00:00 2001 From: Adam Gibson Date: Mon, 14 Sep 2015 13:03:16 +0800 Subject: [PATCH] Removed trailing whitespace from squares.py compatibility comment. --- samples/python2/squares.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/samples/python2/squares.py b/samples/python2/squares.py index 512ad617dd..cc33144deb 100755 --- a/samples/python2/squares.py +++ b/samples/python2/squares.py @@ -6,7 +6,7 @@ Simple "Square Detector" program. Loads several images sequentially and tries to find squares in each image. ''' -# Python 2/3 compatibility +# Python 2/3 compatibility import sys PY3 = sys.version_info[0] == 3