1
0
mirror of https://github.com/ThrowTheSwitch/CMock synced 2025-05-16 01:39:33 -04:00

Remove Trailing whitespace

This commit is contained in:
pwatt01 2020-04-27 12:23:29 +09:30 committed by GitHub
parent 3c3dad1eb2
commit 555b608116
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -164,10 +164,10 @@ care how many times it was called, right?
StopIgnore:
-------
Maybe you want to ignore a particular function for part of a test but dont want to
ignore it later on. In that case, you want to use StopIgnore which will cancel the
Maybe you want to ignore a particular function for part of a test but dont want to
ignore it later on. In that case, you want to use StopIgnore which will cancel the
previously called Ignore or IgnoreAndReturn requiring you to Expect or otherwise
handle the call to a function.
handle the call to a function.
* `void func(void)` => `void func_StopIgnore(void)`
* `void func(params)` => `void func_StopIgnore(void)`