浏览代码

ndb_redis: removed trailing spaces

Daniel-Constantin Mierla 1 年之前
父节点
当前提交
2ef9e45c32
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      src/modules/ndb_redis/redis_client.c

+ 2 - 2
src/modules/ndb_redis/redis_client.c

@@ -140,9 +140,9 @@ int redisc_init(void)
 						pit->body.s);
 				haspass = 1;
 #ifdef WITH_SSL
-			} else if(pit->name.len == 3 
+			} else if(pit->name.len == 3
 					  && strncmp(pit->name.s, "tls", 3) == 0) {
-				snprintf(pass, sizeof(pass) - 1, "%.*s", pit->body.len, 
+				snprintf(pass, sizeof(pass) - 1, "%.*s", pit->body.len,
 						pit->body.s);
 				if(str2int(&pit->body, &enable_ssl) < 0)
 					enable_ssl = 0;