diff --git a/aircraft/vsphist2jsbtable.py b/aircraft/vsphist2jsbtable.py
index 14b5eeb..b169cfb 100755
--- a/aircraft/vsphist2jsbtable.py
+++ b/aircraft/vsphist2jsbtable.py
@@ -79,7 +79,7 @@ def print_table(cases, coeff, indent, precision):
print(indent + 'aero/beta-deg')
#print(indent + 'velocities/mach')
print(indent + "")
- print(indent + indent + indent + (indent + indent).join(map(str, coeffs[list(coeffs.keys())[0]].keys())))
+ print(indent + indent + indent + indent + (indent + indent).join(map(str, coeffs[list(coeffs.keys())[0]].keys())))
for AoA in coeffs:
print(indent + indent + str(AoA), end="")
for Beta in coeffs[AoA]: