mirror of
https://github.com/opencv/opencv.git
synced 2026-07-30 15:53:03 +04:00
War on Whitespace, master edition: trailing spaces.
This commit is contained in:
@@ -61,7 +61,7 @@ if __name__ == '__main__':
|
||||
print "usage : python hist.py <image_file>"
|
||||
|
||||
im = cv2.imread(fname)
|
||||
|
||||
|
||||
if im is None:
|
||||
print 'Failed to load image file:', fname
|
||||
sys.exit(1)
|
||||
|
||||
Reference in New Issue
Block a user