summaryrefslogtreecommitdiffhomepage
path: root/apps
diff options
context:
space:
mode:
Diffstat (limited to 'apps')
-rw-r--r--apps/Framework.h6
-rw-r--r--apps/src/Framework.cc4
2 files changed, 5 insertions, 5 deletions
diff --git a/apps/Framework.h b/apps/Framework.h
index bc66658c..9c33a4dd 100644
--- a/apps/Framework.h
+++ b/apps/Framework.h
@@ -3,8 +3,8 @@
(C) EL Mahrouss Logic.
*/
-#ifndef TOOLS_FRAMEWORK_H
-#define TOOLS_FRAMEWORK_H
+#ifndef APPS_FRAMEWORK_H
+#define APPS_FRAMEWORK_H
#include <Common.h>
@@ -13,4 +13,4 @@
#define kFKExtension ".fwrk"
#define kAppExtension ".app"
-#endif // !TOOLS_FRAMEWORK_H
+#endif // !APPS_FRAMEWORK_H
diff --git a/apps/src/Framework.cc b/apps/src/Framework.cc
index 1a678ec3..f6f17149 100644
--- a/apps/src/Framework.cc
+++ b/apps/src/Framework.cc
@@ -50,11 +50,11 @@ int main(int argc, char* argv[])
for (auto& file : files)
{
- std::string file_cpy = file;
+ std::string file_cpy = file;
while (file_cpy.find("/") != std::string::npos)
{
- file_cpy.erase(0, file_cpy.find("/"));
+ file_cpy.erase(0, file_cpy.find("/"));
file_cpy.erase(file_cpy.find("/"), 1);
}