Added support for setting specific founder public key in
[runtime.git] / lib / silcclient / command_reply.c
index 67d8f666790a46fb943df753ca549dd93547fe04..7d703787709a5f744b545dfab1386efc3e223a24 100644 (file)
@@ -1237,7 +1237,7 @@ SILC_CLIENT_CMD_REPLY_FUNC(cmode)
     COMMAND_REPLY_ERROR;
     goto out;
   }
-  
+
   /* Get channel mode */
   tmp = silc_argument_get_arg_type(cmd->args, 3, NULL);
   if (!tmp) {