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 authored and guparan committed Aug 23, 2017
1 parent 77341bb commit 839cc0b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions applications/plugins/SofaPython/Binding.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -113,9 +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 839cc0b

Please sign in to comment.