From f5f03fddd700419905d58b75ad1d02c053c684bb Mon Sep 17 00:00:00 2001 From: Teddy Date: Fri, 9 Aug 2013 18:04:18 +0800 Subject: removed trailing spaces --- eval.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'eval.h') diff --git a/eval.h b/eval.h index bf4b801..0ccdee6 100644 --- a/eval.h +++ b/eval.h @@ -3,7 +3,7 @@ #include "model.h" const int EVAL_STACK_SIZE = 262144; -/** @class Evaluator +/** @class Evaluator * A runtime platform of interpreting */ class Evaluator { -- cgit v1.2.3