From: Richard Kreckel Date: Mon, 13 Mar 2006 01:32:33 +0000 (+0000) Subject: * Indentation vs. alignment. X-Git-Tag: release_1-4-0~104 X-Git-Url: https://www.ginac.de/ginac.git//ginac.git?p=ginac.git;a=commitdiff_plain;h=b09fd05485cbadf6ca63991cd4b8aa3f70f12e78 * Indentation vs. alignment. --- diff --git a/ginac/archive.h b/ginac/archive.h index d141f288..af7bbc27 100644 --- a/ginac/archive.h +++ b/ginac/archive.h @@ -66,7 +66,7 @@ public: property_info() {} property_info(property_type t, const std::string &n, unsigned c = 1) : type(t), name(n), count(c) {} - property_type type; /**< Data type of property. */ + property_type type; /**< Data type of property. */ std::string name; /**< Name of property. */ unsigned count; /**< Number of occurrences. */ }; @@ -131,7 +131,7 @@ private: property_type type; /**< Data type of property. */ archive_atom name; /**< Name of property. */ - unsigned value; /**< Stored value. */ + unsigned value; /**< Stored value. */ }; /** Reference to the archive to which this node belongs. */ @@ -217,8 +217,8 @@ private: archived_ex() {} archived_ex(archive_atom n, archive_node_id node) : name(n), root(node) {} - archive_atom name; /**< Name of expression. */ - archive_node_id root; /**< ID of root node. */ + archive_atom name; /**< Name of expression. */ + archive_node_id root; /**< ID of root node. */ }; /** Vector of archived expression descriptors. */