Merge pull request #36 from justinjessada/master
[matches/MCTX3420.git] / server / common.h
index 5b6be66..a690149 100644 (file)
@@ -32,4 +32,5 @@
 /**Takes the tv1-tv2 between two timevals and returns the result as a double*/
 #define TIMEVAL_DIFF(tv1, tv2) ((tv1).tv_sec - (tv2).tv_sec + 1e-6 * ((tv1).tv_usec - (tv2).tv_usec))
 
+
 #endif //_COMMON_H

UCC git Repository :: git.ucc.asn.au