git-svn-id: http://cmock.svn.sourceforge.net/svnroot/cmock/trunk@190 bf332499-1b4d-0410-844d-d2d48d5cc64c

This commit is contained in:
mvandervoord
2010-09-21 00:48:40 +00:00
parent c8a944becf
commit e0f20f0992
-1
View File
@@ -85,7 +85,6 @@ class CMockHeaderParser
end
#drop extra white space to make the rest go faster
#source.gsub!(/(?:^|\s)(?:#{c_attributes.join('|')})(?:$|\s)/, '') #remove attributes
source.gsub!(/^\s+/, '') # remove extra white space from beginning of line
source.gsub!(/\s+$/, '') # remove extra white space from end of line
source.gsub!(/\s*\(\s*/, '(') # remove extra white space from before left parens