mass trailing whitespace cleanup
[clinton/Smoothieware.git] / src / libs / nuts_bolts.h
index 7b1cac7..0c3b1bd 100644 (file)
@@ -36,7 +36,7 @@ using std::string;
 #define clear_vector_double(a) memset(a, 0.0, sizeof(a))
 #define max(a,b) (((a) > (b)) ? (a) : (b))
 
-#define dd(...) LPC_GPIO2->FIODIR = 0xffff; LPC_GPIO2->FIOCLR = 0xffff; LPC_GPIO2->FIOSET = __VA_ARGS__ 
+#define dd(...) LPC_GPIO2->FIODIR = 0xffff; LPC_GPIO2->FIOCLR = 0xffff; LPC_GPIO2->FIOSET = __VA_ARGS__
 
 
 #endif