From: Richard Kreckel Date: Tue, 15 May 2001 23:26:21 +0000 (+0000) Subject: - Indentation Fix. X-Git-Tag: release_0-9-0~57 X-Git-Url: https://www.ginac.de/ginac.git//ginac.git?p=ginac.git;a=commitdiff_plain;h=be6aec558b8c229708075557b9887f74e532dec6;hp=17cf5fb832ebd2cde1cfe7f311ab64241a2debc9 - Indentation Fix. --- 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;