1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-09-04 11:37:55 +00:00

Remove semicolons from after } that close functons.

This commit is contained in:
Jacob Mandelson
2023-10-16 21:02:54 -07:00
parent 5fb0099fbb
commit db72295775
4 changed files with 5 additions and 5 deletions

View File

@@ -82,12 +82,12 @@ EX }
transmatrix sfix_rgpushxto0(hyperpoint h) {
if(stretch::applicable() && !fake::in()) return stretch::translate(h);
return rgpushxto0(h);
};
}
transmatrix sfix_gpushxto0(hyperpoint h) {
if(stretch::applicable() && !fake::in()) return stretch::itranslate(h);
return gpushxto0(h);
};
}
#if MAXMDIM >= 4
void subcellshape::compute_sub() {