Browse Source

[5175] Remove spurious whitespace.

Marcin Siodelski 8 years ago
parent
commit
ab8a956b35
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/bin/agent/agent.dox

+ 1 - 1
src/bin/agent/agent.dox

@@ -31,7 +31,7 @@ with hooks libraries attached. The hooks libraries must implement
 callouts for the "control_command_receive" hook point, which will be
 invoked by the CA when the command is received. If the hooks libraries
 set the 'skip' status, it is an indication to the CA that the command
-has been processed by the CA and that it should return the response created 
+has been processed by the CA and that it should return the response created
 by the hooks libraries to the client. An example of the hooks library attached
 to the CA and handling the commands for other services is a library which
 stores or retrieves some data from the SQL database.