summaryrefslogtreecommitdiff
path: root/test/basic-layout-tests.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/basic-layout-tests.c')
-rw-r--r--test/basic-layout-tests.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/basic-layout-tests.c b/test/basic-layout-tests.c
index 6dec991..cdaf5e2 100644
--- a/test/basic-layout-tests.c
+++ b/test/basic-layout-tests.c
@@ -17,9 +17,9 @@
int pw;
static nslayout_error nslayout_test_callback(
- nslayout_request *req,
nslayout_layout *layout,
- void *pw)
+ void *pw,
+ nslayout_request *req)
{
UNUSED(req);
UNUSED(layout);