From 7ca794beb99edb6f40ccc9716844a4aa66fa34df Mon Sep 17 00:00:00 2001 From: Axel Kohlmeyer Date: Fri, 1 Jun 2018 16:11:43 -0400 Subject: [PATCH] whitespace cleanup --- src/error.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/error.cpp b/src/error.cpp index 2ab816c992..d516050385 100644 --- a/src/error.cpp +++ b/src/error.cpp @@ -28,7 +28,7 @@ static const char *truncpath(const char *path) if (path) { int len = strlen(path); 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; } }