pschillinger / flexbe_chrome_app

Contains the source code of the FlexBE Chrome App.
BSD 3-Clause "New" or "Revised" License
2 stars 6 forks source link

fix cc_definition_pattern to work with spaces/tabs #6

Closed achim-k closed 8 years ago

achim-k commented 8 years ago

fixes #5

@pschillinger ptal

pschillinger commented 8 years ago

Thank you! Note that the group of whitespaces (\s) includes tabs (\t), so I adapted it accordingly.