]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/grob-info.hh
Grand fixcc.py run on all .hh .cc files.
[lilypond.git] / lily / include / grob-info.hh
index 56a49170a4bd1d52cfe2bcecbc1140730b87ef0a..fa0e11559f7d52619b125fbf91918efd4178ef41 100644 (file)
@@ -33,7 +33,6 @@ class Grob_info
   Grob *grob_;
   Direction start_end_;
 
-  
   friend class Engraver;
 public:
   Direction start_end () const { return start_end_; }
@@ -43,7 +42,7 @@ public:
   Context *context () const;
   Stream_event *event_cause () const;
   Stream_event *ultimate_event_cause () const;
-  vector<Context*> origin_contexts (Translator *) const;
+  vector<Context *> origin_contexts (Translator *) const;
   Grob_info (Translator *, Grob *);
   Grob_info ();