mirror of
git://sourceware.org/git/libabigail.git
synced 2024-12-19 16:30:04 +00:00
Light style cleanup in tools/bidiff.cc
* tools/bidiff.cc (display_usage): Remove useless space before '&'. Signed-off-by: Dodji Seketeli <dodji@redhat.com>
This commit is contained in:
parent
c08108669b
commit
edd8a04291
@ -95,7 +95,7 @@ struct options
|
||||
};//end struct options;
|
||||
|
||||
static void
|
||||
display_usage(const string &prog_name, ostream& out)
|
||||
display_usage(const string& prog_name, ostream& out)
|
||||
{
|
||||
out << "usage: " << prog_name << " [options] [<bi-file1> <bi-file2>]\n"
|
||||
<< " where options can be:\n"
|
||||
|
Loading…
Reference in New Issue
Block a user