]> git.lyx.org Git - features.git/blobdiff - src/insets/insetref.h
read the Changelog
[features.git] / src / insets / insetref.h
index 653d078d8b83ddf322d9c00af64dd798a0f7ca14..f000853828bfa8a299afe73d9c14b646a6b85e8f 100644 (file)
@@ -22,7 +22,7 @@ struct LaTeXFeatures;
 
 /** The reference inset  
  */
-class InsetRef: public InsetCommand {
+class InsetRef : public InsetCommand {
 public:
         ///
         enum Ref_Flags {
@@ -69,7 +69,8 @@ public:
         ///
         void gotoLabel();
        ///
-       int Latex(Buffer const *, std::ostream &, bool fragile, bool free_spc) const;
+       int Latex(Buffer const *, std::ostream &,
+                 bool fragile, bool free_spc) const;
        ///
        int Ascii(Buffer const *, std::ostream &) const;
        ///