From 9fe5e6bf0ccaccec9c5ea2c3a2cea86dbd9c78dc Mon Sep 17 00:00:00 2001
From: Sergey Bugaev <bugaevc@gmail.com>
Date: Tue, 9 May 2023 00:31:36 +0300
Subject: Style tweaks

Message-Id: <20230508213136.608575-42-bugaevc@gmail.com>
---
 libports/manage-multithread.c | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

(limited to 'libports')

diff --git a/libports/manage-multithread.c b/libports/manage-multithread.c
index 0f8af8ea..9c036911 100644
--- a/libports/manage-multithread.c
+++ b/libports/manage-multithread.c
@@ -160,10 +160,10 @@ ports_manage_port_operations_multithread (struct port_bucket *bucket,
 	      perror ("pthread_create");
 	    }
 	}
-      
+
       /* Fill in default response. */
-      outp->Head.msgh_bits 
-	= MACH_MSGH_BITS(MACH_MSGH_BITS_REMOTE(inp->msgh_bits), 0);
+      outp->Head.msgh_bits
+        = MACH_MSGH_BITS (MACH_MSGH_BITS_REMOTE (inp->msgh_bits), 0);
       outp->Head.msgh_size = sizeof *outp;
       outp->Head.msgh_remote_port = inp->msgh_remote_port;
       outp->Head.msgh_local_port = MACH_PORT_NULL;
-- 
cgit v1.2.3