module.c: trim comment to 80 cols.
This commit is contained in:
parent
870274bea8
commit
553aa0e259
@ -753,10 +753,10 @@ RedisModuleString *RM_CreateString(RedisModuleCtx *ctx, const char *ptr, size_t
|
|||||||
|
|
||||||
|
|
||||||
/* Create a new module string object from a printf format and arguments.
|
/* Create a new module string object from a printf format and arguments.
|
||||||
* The returned string must be freed with RedisModule_FreeString(), unless automatic
|
* The returned string must be freed with RedisModule_FreeString(), unless
|
||||||
* memory is enabled.
|
* automatic memory is enabled.
|
||||||
*
|
*
|
||||||
* The string is created using the sds formatter function sdscatvprintf() */
|
* The string is created using the sds formatter function sdscatvprintf(). */
|
||||||
RedisModuleString *RM_CreateStringPrintf(RedisModuleCtx *ctx, const char *fmt, ...) {
|
RedisModuleString *RM_CreateStringPrintf(RedisModuleCtx *ctx, const char *fmt, ...) {
|
||||||
sds s = sdsempty();
|
sds s = sdsempty();
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user