summaryrefslogtreecommitdiff
path: root/lib/ZClosePort.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/ZClosePort.c')
-rw-r--r--lib/ZClosePort.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/lib/ZClosePort.c b/lib/ZClosePort.c
index 702f286..763ebc2 100644
--- a/lib/ZClosePort.c
+++ b/lib/ZClosePort.c
@@ -22,11 +22,11 @@ static char rcsid_ZClosePort_c[] = "$Header$";
Code_t ZClosePort()
{
- if (__Zephyr_fd >= 0 && __Zephyr_open)
- (void) close(__Zephyr_fd);
+ if (__Zephyr_fd >= 0 && __Zephyr_open)
+ (void) close(__Zephyr_fd);
- __Zephyr_fd = -1;
- __Zephyr_open = 0;
+ __Zephyr_fd = -1;
+ __Zephyr_open = 0;
- return (ZERR_NONE);
+ return (ZERR_NONE);
}