home · contact · privacy
More consistent code styling whitespace rules.
[plomrogue] / src / yx_uint16.h
index 7e3d13b51b273e436e9b50dce7d87c21b4b9efdb..188e553e0014b820bf7e2e0dfa783913abb1bf27 100644 (file)
@@ -23,8 +23,6 @@ struct yx_uint16
 /* Return 1 if two yx_uint16 coordinates at "a" and "b" are equal, else 0. */
 extern uint8_t yx_uint16_cmp(struct yx_uint16 * a, struct yx_uint16 * b);
 
-
-
 /* Return yx_uint16 coordinate one step from coordinate yx in direction "dir"
  * (east: 'E', west: 'W', north: 'N', south: 'S').
  *