From cd1fb306d328a38da6691f4675433bbe1216a451 Mon Sep 17 00:00:00 2001 From: filipecosta90 Date: Sun, 28 Feb 2021 11:35:51 +0000 Subject: [PATCH] Disabling linter on minunit.h --- tests/minunit.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/minunit.h b/tests/minunit.h index 033b660..088b8aa 100644 --- a/tests/minunit.h +++ b/tests/minunit.h @@ -20,6 +20,7 @@ * OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION * WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ +// clang-format off #ifndef MINUNIT_MINUNIT_H #define MINUNIT_MINUNIT_H @@ -383,3 +384,4 @@ static double mu_timer_cpu(void) { #endif #endif /* MINUNIT_MINUNIT_H */ +// clang-format on