Browse Source

[1596] a minor style fix: adding () for return.

JINMEI Tatuya 13 years ago
parent
commit
0a78488462
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/bin/resolver/main.cc

+ 1 - 1
src/bin/resolver/main.cc

@@ -96,7 +96,7 @@ my_command_handler(const string& command, ConstElementPtr args) {
                 if (my_pid != pid) {
                 if (my_pid != pid) {
                     // It is not for us (this is expected, see auth/command.cc
                     // It is not for us (this is expected, see auth/command.cc
                     // and the ShutdownCommand there).
                     // and the ShutdownCommand there).
-                    return answer;
+                    return (answer);
                 }
                 }
             }
             }
             LOG_DEBUG(resolver_logger, RESOLVER_DBG_INIT, RESOLVER_SHUTDOWN);
             LOG_DEBUG(resolver_logger, RESOLVER_DBG_INIT, RESOLVER_SHUTDOWN);