From be6aec558b8c229708075557b9887f74e532dec6 Mon Sep 17 00:00:00 2001 From: Richard Kreckel Date: Tue, 15 May 2001 23:26:21 +0000 Subject: [PATCH] - Indentation Fix. --- ginac/mul.h | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/ginac/mul.h b/ginac/mul.h index 8009d784..2d3d240f 100644 --- a/ginac/mul.h +++ b/ginac/mul.h @@ -69,10 +69,8 @@ protected: ex thisexpairseq(const epvector & v, const ex & oc) const; ex thisexpairseq(epvector * vp, const ex & oc) const; expair split_ex_to_pair(const ex & e) const; - expair combine_ex_with_coeff_to_pair(const ex & e, - const ex & c) const; - expair combine_pair_with_coeff_to_pair(const expair & p, - const ex & c) const; + expair combine_ex_with_coeff_to_pair(const ex & e, const ex & c) const; + expair combine_pair_with_coeff_to_pair(const expair & p, const ex & c) const; ex recombine_pair_to_ex(const expair & p) const; bool expair_needs_further_processing(epp it); ex default_overall_coeff(void) const; -- 2.44.0