From 25b4a8d167555bd080160f0b1169cd54e5aaef37 Mon Sep 17 00:00:00 2001 From: Murray Cumming Date: Sat, 27 Feb 2016 11:04:46 +0100 Subject: Rearrange some multiline comments. Putting the comment before the code, instead of to the right, because clang-format can not (and could not) know which comments are meant to be aligned. I prefer this anyway. --- examples/options/main.cc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'examples') diff --git a/examples/options/main.cc b/examples/options/main.cc index 8da855e3..4f8e5e36 100644 --- a/examples/options/main.cc +++ b/examples/options/main.cc @@ -69,8 +69,9 @@ ExampleOptionGroup::ExampleOptionGroup() entry3.set_long_name("goo"); entry3.set_short_name('g'); entry3.set_description("The Goo"); - m_arg_goo = "default-goo-value"; // We can choose a default to be used if the user doesn't specify + // We can choose a default to be used if the user doesn't specify // this option. + m_arg_goo = "default-goo-value"; add_entry(entry3, m_arg_goo); Glib::OptionEntry entry4; -- cgit v1.2.1