Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(28)

Unified Diff: lily/include/grob.hh

Issue 549480043: Run scripts/auxiliar/fixcc.py (Closed)
Patch Set: Created 5 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Please Sign in to add in-line comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « lily/include/gregorian-ligature-engraver.hh ('k') | lily/include/grob-array.hh » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: lily/include/grob.hh
diff --git a/lily/include/grob.hh b/lily/include/grob.hh
index 29fafe63c429229030cbc9d8bd5c6b18d493d9e6..2a132c97ba856f68444dc01dd723e60751c2496b 100644
--- a/lily/include/grob.hh
+++ b/lily/include/grob.hh
@@ -32,7 +32,7 @@ class Grob : public Smob<Grob>
public:
int print_smob (SCM, scm_print_state *) const;
SCM mark_smob () const;
- static const char * const type_p_name_;
+ static const char *const type_p_name_;
virtual ~Grob ();
private:
VIRTUAL_CLASS_NAME (Grob);
@@ -117,8 +117,8 @@ public:
void internal_set_property (SCM sym, SCM val);
/* messages */
- void warning (const std::string&) const;
- void programming_error (const std::string&) const;
+ void warning (const std::string &) const;
+ void programming_error (const std::string &) const;
/* class hierarchy */
virtual System *get_system () const;
@@ -179,7 +179,7 @@ public:
};
template <class T>
-inline bool has_interface(Grob const *g)
+inline bool has_interface (Grob const *g)
{
return g && g->internal_has_interface (Grob_interface<T>::interface_symbol_);
}
« no previous file with comments | « lily/include/gregorian-ligature-engraver.hh ('k') | lily/include/grob-array.hh » ('j') | no next file with comments »

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b