From 4dc3e480689055c4d12d00dcb87da7c441282485 Mon Sep 17 00:00:00 2001 From: Han-Wen Nienhuys Date: Tue, 2 Jan 2007 14:08:27 +0100 Subject: [PATCH] coding style nits --- lily/cluster.cc | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/lily/cluster.cc b/lily/cluster.cc index 8fe55dc69a..2c41b9a174 100644 --- a/lily/cluster.cc +++ b/lily/cluster.cc @@ -193,9 +193,12 @@ ADD_INTERFACE (Cluster, "The property @code{style} controls the shape of cluster segments. Valid values " "include @code{leftsided-stairs}, @code{rightsided-stairs}, @code{centered-stairs}, " "and @code{ramp}.\n", + + /* props */ "style " "padding " - "columns "); + "columns " + ); struct Cluster_beacon { -- 2.39.2