Skip to content

Commit

Permalink
* minor indent fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
iglesias committed May 15, 2012
1 parent 22685c6 commit 07bc029
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions src/shogun/machine/MulticlassMachine.cpp
Expand Up @@ -36,8 +36,8 @@ CMulticlassMachine::CMulticlassMachine(
m_machine = machine;
register_parameters();

if (labs)
init_strategy();
if (labs)
init_strategy();
}

CMulticlassMachine::~CMulticlassMachine()
Expand Down
4 changes: 2 additions & 2 deletions src/shogun/machine/MulticlassMachine.h
Expand Up @@ -116,8 +116,8 @@ class CMulticlassMachine : public CMachine
}

protected:
/** init strategy */
void init_strategy();
/** init strategy */
void init_strategy();

/** clear machines */
void clear_machines();
Expand Down

0 comments on commit 07bc029

Please sign in to comment.