From f955a9a96bd9d649880ca7cf156120cc882fa4e6 Mon Sep 17 00:00:00 2001 From: Richard Kreckel Date: Fri, 23 Sep 2005 00:20:49 +0000 Subject: [PATCH] * Indentation cleanup. --- ginac/flags.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ginac/flags.h b/ginac/flags.h index 0cef2bb0..90f58ad2 100644 --- a/ginac/flags.h +++ b/ginac/flags.h @@ -42,8 +42,8 @@ public: subs_no_pattern = 0x0001, // for backwards compatibility algebraic = 0x0002, ///< enable algebraic substitutions subs_algebraic = 0x0002, // for backwards compatibility - pattern_is_product = 0x0004, ///< used internally by expairseq::subschildren() - pattern_is_not_product = 0x0008 ///< used internally by expairseq::subschildren() + pattern_is_product = 0x0004, ///< used internally by expairseq::subschildren() + pattern_is_not_product = 0x0008 ///< used internally by expairseq::subschildren() }; }; -- 2.44.0