erikdoe / ocmock

Mock objects for Objective-C
http://ocmock.org
Apache License 2.0
2.16k stars 606 forks source link

Fix warning with `-Wmisleading-indentation` #433

Closed dmaclach closed 4 years ago

dmaclach commented 4 years ago

Top of tree clang supports -Wmisleading-indentation as a warning. It gets flagged in one place in OCMock due to a mix of tabs and spaces. This fixes it by replacing one tab with spaces.