From d4d2d12f24ca625daf32dcfc8e75576420ffbd2f Mon Sep 17 00:00:00 2001 From: Justus Winter Date: Sat, 5 Aug 2017 17:55:31 +0200 Subject: Fix harmless indentation errors tripping [-Wmisleading-indentation]. * trans/new-fifo.c (main): Fix indentation. * utils/rpctrace.c (discover_receive_right): Likewise. --- trans/new-fifo.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'trans/new-fifo.c') diff --git a/trans/new-fifo.c b/trans/new-fifo.c index f11cecae..c293b764 100644 --- a/trans/new-fifo.c +++ b/trans/new-fifo.c @@ -220,7 +220,7 @@ main (int argc, char **argv) if (err) error (1, 0, "error creating protid port class"); - err = trivfs_add_protid_port_class (&server_port_class); + err = trivfs_add_protid_port_class (&server_port_class); if (err) error (1, 0, "error creating protid port class"); -- cgit v1.2.3