mirror of
https://github.com/ThrowTheSwitch/CMock.git
synced 2026-08-24 20:19:57 +00:00
git-svn-id: http://cmock.svn.sourceforge.net/svnroot/cmock/trunk@190 bf332499-1b4d-0410-844d-d2d48d5cc64c
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user