Skip to content

Commit 8774d3c

Browse files
committed
dhcpv6: dhcpv6_send: convert whitespaces to tabs
Properly align code with tabs instead of whitespaces. (cherry picked from commit 988d5fb) Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
1 parent 11abe37 commit 8774d3c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/dhcpv6.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -986,11 +986,11 @@ static void dhcpv6_send(enum dhcpv6_msg req_msg_type, uint8_t trid[3], uint32_t
986986
case DHCPV6_MSG_REPLY:
987987
*/
988988
/* leave FQDN as-is */
989-
break;
989+
break;
990990
default:
991991
/* remaining MSG types cannot contain client FQDN */
992992
iov[IOV_FQDN].iov_len = 0;
993-
break;
993+
break;
994994
}
995995
}
996996

0 commit comments

Comments
 (0)