Skip to content

Commit

Permalink
Fix indentation in Binding.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
Younesssss committed Aug 18, 2017
1 parent 15320b5 commit e32397c
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions applications/plugins/SofaPython/Binding.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -113,10 +113,9 @@ void bindSofaPythonModule()

/// Custom Exception to embed
PyObject* PyExc_SofaException = PyErr_NewExceptionWithDoc(

(char*) "Sofa.SofaException",
(char*) "Base exception class for the SofaPython module.",
NULL, NULL);
(char*) "Sofa.SofaException",
(char*) "Base exception class for the SofaPython module.",
NULL, NULL);

if ( PyExc_SofaException )
PyModule_AddObject(PythonFactory::s_sofaPythonModule, "SofaException", PyExc_SofaException);
Expand Down

0 comments on commit e32397c

Please sign in to comment.