mirror of
https://github.com/boostorg/graph.git
synced 2026-01-19 04:12:11 +00:00
Enforce 80-column line limit
This commit is contained in:
@@ -78,7 +78,8 @@ int main(int argc, char const* argv[])
|
||||
{
|
||||
if (argc < 2)
|
||||
{
|
||||
std::cout << "usage: " << argv[0] << " <num_vertices> <max_length (optional)>\n";
|
||||
std::cout << "usage: " << argv[0] << " <num_vertices>";
|
||||
std::cout << " <max_length (optional)>\n";
|
||||
return EXIT_FAILURE;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user