Commit Diff


commit - e06005c30f1d0d15f3b6596ed8c7bc0d4df4469b
commit + af4fddcd55f71dde11dbd8cfb35363ecb2e431cd
blob - aa01f602f642ae20153e1e4778856691001dcabe
blob + 0e5ef4b6a55f05b71ea22e71c322d78a16d885e2
--- gotd/notify.c
+++ gotd/notify.c
@@ -103,13 +103,11 @@ find_session_by_fd(int fd)
 			if (s->iev.ibuf.fd == fd)
 				return s;
 		}
-
 	}
 
 	return NULL;
 }
 
-
 static void
 remove_session(struct gotd_notify_session *session)
 {