Minor changes to unifor C style to Redis code base for PR #3293.

This commit is contained in:
antirez
2016-06-13 09:39:44 +02:00
parent e8d5387a44
commit 1ad5c22763
3 changed files with 8 additions and 6 deletions

View File

@ -683,7 +683,7 @@ struct saveparam {
int changes;
};
struct loadmodule {
struct moduleLoadQueueEntry {
sds path;
int argc;
robj *argv[];