diff options
author | Eike Rathke <erack@redhat.com> | 2016-04-22 21:12:23 +0200 |
---|---|---|
committer | Eike Rathke <erack@redhat.com> | 2016-04-23 15:52:34 +0200 |
commit | 9185f889ed9da48aad07d6a552224561f38e9b99 (patch) | |
tree | 10d4bc957bc65ffff8c369c371f8b44d524280a1 | |
parent | 7756822206e84669f55cec1e75ede8c09d5693a7 (diff) |
newline shortage
Change-Id: Id2487480270bb2be765495bb6d5982c85ae2117f
-rw-r--r-- | formula/source/core/api/FormulaCompiler.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/formula/source/core/api/FormulaCompiler.cxx b/formula/source/core/api/FormulaCompiler.cxx index 492abb078bf8..fdf21e041942 100644 --- a/formula/source/core/api/FormulaCompiler.cxx +++ b/formula/source/core/api/FormulaCompiler.cxx @@ -2212,6 +2212,7 @@ OpCode FormulaCompiler::NextToken() } return eOp; } + void FormulaCompiler::PutCode( FormulaTokenRef& p ) { if( pc >= FORMULA_MAXTOKENS - 1 ) |