Browse Source

Cleanup

master
cancel 6 years ago
parent
commit
15afec47d9
  1. 8
      sim.c

8
sim.c

@ -867,10 +867,10 @@ END_PHASE
static Isz const uturn_data[] = { static Isz const uturn_data[] = {
// clang-format off // clang-format off
-1, 0, (Isz)'N', -1, 0, (Isz)'N',
0, -1, (Isz)'W', 0, -1, (Isz)'W',
0, 1, (Isz)'E', 0, 1, (Isz)'E',
1, 0, (Isz)'S', 1, 0, (Isz)'S',
// clang-format on // clang-format on
}; };

Loading…
Cancel
Save