From a4cadf78faabc157e5db00e42302d495bba432c0 Mon Sep 17 00:00:00 2001 From: Michael Vetter Date: Tue, 7 Jul 2020 13:53:30 +0200 Subject: Revert "Apply coding style" This reverts commit 9b55f2dec0ea27a9ce4856e303425e12f866cea2. Sorting the includes creates some problems. --- tests/unittests/test_callbacks.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tests/unittests/test_callbacks.h') diff --git a/tests/unittests/test_callbacks.h b/tests/unittests/test_callbacks.h index 27130241..35751d2e 100644 --- a/tests/unittests/test_callbacks.h +++ b/tests/unittests/test_callbacks.h @@ -1,2 +1,2 @@ -void returns_no_commands(void** state); -void returns_commands(void** state); +void returns_no_commands(void **state); +void returns_commands(void **state); -- cgit 1.4.1-2-gfad0 Chainable libuv streamslatex <latex@disroot.org>
about summary refs log tree commit diff stats
path: root/src/common.h
blob: 24fce7175fedf2b05ee7c8982afeea1090abaa57 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22