]> www.ginac.de Git - ginac.git/blobdiff - ginac/registrar.h
- fixes to the indentation
[ginac.git] / ginac / registrar.h
index 8eb4d31d7f3ec09350e8a43c5949fa1720ffc1c0..ca0d4a398384c50d8e91cd4c6ea6bc2f518f02bd 100644 (file)
@@ -53,11 +53,11 @@ struct registered_class_info {
                first_registered_class = this;
        }
 
-       registered_class_info *next;    /**< Pointer to next registered_class_info in list. */
-       const char *name;                               /**< Class name. */
-       const char *super;                              /**< Name of superclass. */
-       unsigned int tinfo_key;                 /**< TINFO_* key. */
-       unarch_func unarchive;                  /**< Pointer to unarchiving function. */
+       registered_class_info *next;  /**< Pointer to next registered_class_info in list. */
+       const char *name;             /**< Class name. */
+       const char *super;            /**< Name of superclass. */
+       unsigned int tinfo_key;       /**< TINFO_* key. */
+       unarch_func unarchive;        /**< Pointer to unarchiving function. */
 };