FEM: code formating, white spaces

This commit is contained in:
Bernd Hahnebach
2017-02-17 06:34:56 +01:00
committed by wmayer
parent e38d0ada6c
commit 2cdaba4b89
14 changed files with 69 additions and 69 deletions

View File

@@ -249,7 +249,7 @@ private:
#ifdef FC_USE_VTK
Py::Object readResult(const Py::Tuple& args)
{
char* fileName = NULL;
char* fileName = NULL;
char* objName = NULL;
if (!PyArg_ParseTuple(args.ptr(), "et|et","utf-8", &fileName, "utf-8", &objName))