Commit Diff


commit - 78e82c8a2a2cd0fed316492b18264f5d8727f961
commit + 54dbd95c889dfcd42c499f19d3af056f2a706791
blob - 73e9e879443baa9fc58823242e5cf24741402dcc
blob + 91e6586a11678bd1994490278888e2c6b0dc6314
--- gotd/notify.c
+++ gotd/notify.c
@@ -105,13 +105,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)
 {