git: 11ba19ddbb7e - main - leave: style nit

From: Mariusz Zaborski <oshogbo_at_FreeBSD.org>
Date: Wed, 27 Nov 2024 14:10:15 UTC
The branch main has been updated by oshogbo:

URL: https://cgit.FreeBSD.org/src/commit/?id=11ba19ddbb7eb5d978a67e0592deba64f7197aad

commit 11ba19ddbb7eb5d978a67e0592deba64f7197aad
Author:     Mariusz Zaborski <oshogbo@FreeBSD.org>
AuthorDate: 2024-11-27 14:09:48 +0000
Commit:     Mariusz Zaborski <oshogbo@FreeBSD.org>
CommitDate: 2024-11-27 14:10:29 +0000

    leave: style nit
---
 usr.bin/leave/leave.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/usr.bin/leave/leave.c b/usr.bin/leave/leave.c
index 73507190369e..aed774025b71 100644
--- a/usr.bin/leave/leave.c
+++ b/usr.bin/leave/leave.c
@@ -114,7 +114,7 @@ main(int argc, char **argv)
 			t_12_hour = t->tm_hour;
 
 		if (hours < t_12_hour ||
-	 	   (hours == t_12_hour && minutes <= t->tm_min))
+		   (hours == t_12_hour && minutes <= t->tm_min))
 			/* Leave time is in the past so we add 12 hrs */
 			hours += 12;