summaryrefslogtreecommitdiffhomepage
path: root/public/tools
diff options
context:
space:
mode:
Diffstat (limited to 'public/tools')
-rw-r--r--public/tools/make_app/Steps.h2
-rw-r--r--public/tools/make_app/src/CommandLine.cc2
2 files changed, 2 insertions, 2 deletions
diff --git a/public/tools/make_app/Steps.h b/public/tools/make_app/Steps.h
index 83962da0..3b302eeb 100644
--- a/public/tools/make_app/Steps.h
+++ b/public/tools/make_app/Steps.h
@@ -10,7 +10,7 @@
#include <Framework.h>
#define kStepsExtension ".stp"
-#define kStepsStrLen (256U)
+#define kStepsStrLen (256U)
struct STEPS_COMMON_RECORD final
{
diff --git a/public/tools/make_app/src/CommandLine.cc b/public/tools/make_app/src/CommandLine.cc
index 984251a5..49be4795 100644
--- a/public/tools/make_app/src/CommandLine.cc
+++ b/public/tools/make_app/src/CommandLine.cc
@@ -81,7 +81,7 @@ int main(int argc, char* argv[])
handle = nullptr;
}
-
+
for (SInt32 i = 0; i < files.Count(); ++i)
{
auto& file = files[i];