mirror of
https://github.com/znc/znc.git
synced 2026-03-28 17:42:41 +01:00
remove some more of the evil trailing white spaces & tabs
This commit is contained in:
@@ -27,7 +27,7 @@ int main(int argc, char** argv) {
|
||||
|
||||
PyObject* pyFunc = PyObject_GetAttrString(pyModule, "compile");
|
||||
fail(pyFunc, 2);
|
||||
|
||||
|
||||
std::string cfile = argv[2];
|
||||
if (cfile.find('/') == std::string::npos) {
|
||||
cfile = "./" + cfile;
|
||||
|
||||
Reference in New Issue
Block a user