Fix indention error in repoman headerstring code.
diff --git a/bin/repoman b/bin/repoman
index d414bf7..55b67e6 100755
--- a/bin/repoman
+++ b/bin/repoman
@@ -2240,9 +2240,9 @@
 				if myfile not in expansion:
 					continue
 
-		myout = subprocess_getstatusoutput("egrep -q "+headerstring+" "+myfile)
-		if myout[0] == 0:
-			myheaders.append(myfile)
+			myout = subprocess_getstatusoutput("egrep -q "+headerstring+" "+myfile)
+			if myout[0] == 0:
+				myheaders.append(myfile)
 
 		print("%s have headers that will change." % green(str(len(myheaders))))
 		print("* Files with headers will cause the " + \