Skip to content

Commit 14457b5

Browse files
committed
style
1 parent 1287203 commit 14457b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/cathedral.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -340,7 +340,7 @@ cathedral_tunnel_update(struct sanctum_packet *pkt, u_int64_t now,
340340
info->tunnel = be16toh(info->tunnel);
341341
info->ambry_generation = be32toh(info->ambry_generation);
342342

343-
if (cathedral_tunnel_update_allowed(flock, info, id, &bw)== -1)
343+
if (cathedral_tunnel_update_allowed(flock, info, id, &bw) == -1)
344344
return;
345345

346346
if ((tun = cathedral_tunnel_lookup(flock, info->tunnel)) == NULL) {

0 commit comments

Comments
 (0)