diff --git a/src/devices/intq.h b/src/devices/intq.h
index 2312b129e1fd984240bc5813d56da9760eb9bd3b..91e87c2560f72bbcb9ce1c91db0bdaa31a592b71 100644
--- a/src/devices/intq.h
+++ b/src/devices/intq.h
@@ -40,4 +40,5 @@ bool intq_full (const struct intq *);
 uint8_t intq_getc (struct intq *);
 void intq_putc (struct intq *, uint8_t);
 
+
 #endif /* devices/intq.h */