update-common: gst-omx wants an updated common module too
[platform/upstream/gst-common.git] / gen-changelog.py
index b607ca2..c79e7d3 100644 (file)
@@ -81,7 +81,7 @@ def get_rel_tags():
     for lin in p.stdout.readlines():
        match = reltagre.search (lin)
        if match:
-           (sha, maj, min, nano) = match.groups()  
+           (sha, maj, min, nano) = match.groups()
            release_refs[sha] = (maj, min, nano)
 
 def find_start_tag():