mirror of
https://gitlab.com/etherlab.org/ethercat.git
synced 2026-09-22 10:03:51 +08:00
Fixed spacing.
This commit is contained in:
+1
-1
@@ -119,7 +119,7 @@ void Command::throwSingleSlaveRequired(unsigned int size) const
|
||||
{
|
||||
stringstream err;
|
||||
|
||||
err << "The slave selection matches " << size << "slaves. '"
|
||||
err << "The slave selection matches " << size << " slaves. '"
|
||||
<< name << "' requires a single slave.";
|
||||
|
||||
throwInvalidUsageException(err);
|
||||
|
||||
Reference in New Issue
Block a user