Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/moses-smt/vowpal_wabbit.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Grubb <agrubb@cmu.edu>2013-12-12 02:55:11 +0400
committerAlex Grubb <agrubb@cmu.edu>2013-12-12 02:55:11 +0400
commitda6bb768a936d7d88d7877a5e28031b21ef2e586 (patch)
tree4e9a986f819568fc88076574f0a2c961939009c6 /vowpalwabbit/learner.cc
parentad0e361334df83ba1d0c633aaad79616356ecf05 (diff)
adjust spacing to match existing code
Diffstat (limited to 'vowpalwabbit/learner.cc')
-rw-r--r--vowpalwabbit/learner.cc20
1 files changed, 10 insertions, 10 deletions
diff --git a/vowpalwabbit/learner.cc b/vowpalwabbit/learner.cc
index 36ac3e12..1b936991 100644
--- a/vowpalwabbit/learner.cc
+++ b/vowpalwabbit/learner.cc
@@ -43,16 +43,16 @@ namespace LEARNER
{
all->l->learn(ec);
- if(all->early_terminate)
- {
- all->p->done = true;
- all->l->finish_example(*all, ec);
- return;
- }
- else
- {
- all->l->finish_example(*all, ec);
- }
+ if(all->early_terminate)
+ {
+ all->p->done = true;
+ all->l->finish_example(*all, ec);
+ return;
+ }
+ else
+ {
+ all->l->finish_example(*all, ec);
+ }
}
}
else if (parser_done(all->p))