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

Unified Diff: lily/include/dispatcher.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/context-mod.hh ('k') | lily/include/duration.hh » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: lily/include/dispatcher.hh
diff --git a/lily/include/dispatcher.hh b/lily/include/dispatcher.hh
index a39d9320e28acf93048b3ceb08bfd4d72fcdabef..e00cb66b648d55903a067e5ce5501e66e4b2b6cf 100644
--- a/lily/include/dispatcher.hh
+++ b/lily/include/dispatcher.hh
@@ -29,7 +29,7 @@ class Dispatcher : public Smob<Dispatcher>
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 ~Dispatcher ();
private:
/* Hash table. Each event-class maps to a list of listeners. */
@@ -55,5 +55,4 @@ public:
void unregister_as_listener (Dispatcher *dist);
};
-
#endif // DISPATCHER_HH
« no previous file with comments | « lily/include/context-mod.hh ('k') | lily/include/duration.hh » ('j') | no next file with comments »

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