whitespace sync with openbsd
diff --git a/uidswap.c b/uidswap.c
index 91f9392..fb95702 100644
--- a/uidswap.c
+++ b/uidswap.c
@@ -30,10 +30,8 @@
 /* Lets assume that posix saved ids also work with seteuid, even though that
    is not part of the posix specification. */
 #define SAVED_IDS_WORK_WITH_SETEUID
-
 /* Saved effective uid. */
 static uid_t saved_euid = 0;
-
 #endif /* _POSIX_SAVED_IDS */
 
 /*