Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
minor whitespace changes
  • Loading branch information
Soeren Sonnenburg committed May 8, 2012
1 parent 3abc1ea commit 9e4616e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/shogun/machine/MulticlassMachine.cpp
Expand Up @@ -85,8 +85,8 @@ CLabels* CMulticlassMachine::apply()
if (num_machines <= 0)
SG_ERROR("num_machines = %d, did you train your machine?", num_machines);

CLabels *result=new CLabels(num_vectors);
CLabels **outputs=SG_MALLOC(CLabels*, num_machines);
CLabels* result=new CLabels(num_vectors);
CLabels** outputs=SG_MALLOC(CLabels*, num_machines);

for (int32_t i=0; i < num_machines; ++i)
{
Expand Down

0 comments on commit 9e4616e

Please sign in to comment.