Index: uspace/lib/usbdev/src/devpoll.c
===================================================================
--- uspace/lib/usbdev/src/devpoll.c	(revision 5f97ef445e6e5648a8b8c902eb0f655d579336b4)
+++ uspace/lib/usbdev/src/devpoll.c	(revision 631281dedb2b080d5b5af149d4e4b05369d66c34)
@@ -55,5 +55,4 @@
 #include <stdint.h>
 
-
 /** Initialize the polling data structure, its internals and configuration
  *  with default values.
@@ -83,5 +82,4 @@
 }
 
-
 /** Destroy the polling data structure.
  *  This function does nothing but a safety check whether the polling
@@ -96,5 +94,4 @@
 	assert(!polling->running);
 }
-
 
 /** Polling fibril.
@@ -219,5 +216,4 @@
 }
 
-
 /** Start automatic device polling over interrupt in pipe.
  *
