Skip to content
Snippets Groups Projects
Commit 7ca794be authored by Axel Kohlmeyer's avatar Axel Kohlmeyer
Browse files

whitespace cleanup

parent 56c3a0be
No related branches found
No related tags found
No related merge requests found
...@@ -28,7 +28,7 @@ static const char *truncpath(const char *path) ...@@ -28,7 +28,7 @@ static const char *truncpath(const char *path)
if (path) { if (path) {
int len = strlen(path); int len = strlen(path);
for (int i = len-4; i > 0; --i) { for (int i = len-4; i > 0; --i) {
if (strncmp("src/",path+i,4) == 0) if (strncmp("src/",path+i,4) == 0)
return path+i; return path+i;
} }
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment