UBL tabs, whitespace, spelling, etc.

This commit is contained in:
Scott Lahteine 2017-05-15 18:46:07 -05:00 committed by Bob-the-Kuhn
parent dc2d215355
commit 3c061a9f9a

View file

@ -538,7 +538,9 @@
// //
// Fine Tune (i.e., Edit) the Mesh // Fine Tune (i.e., Edit) the Mesh
// //
fine_tune_mesh(x_pos, y_pos, code_seen('T')); fine_tune_mesh(x_pos, y_pos, code_seen('T'));
break; break;
case 5: ubl.find_mean_mesh_height(); break; case 5: ubl.find_mean_mesh_height(); break;