File tree Expand file tree Collapse file tree 1 file changed +23
-23
lines changed
Expand file tree Collapse file tree 1 file changed +23
-23
lines changed Original file line number Diff line number Diff line change @@ -3790,29 +3790,29 @@ static int validateClientFlagFilter(const char *flag_filter) {
37903790 for (int i = 0 ; flag_filter [i ] != '\0' ; i ++ ) {
37913791 const char flag = flag_filter [i ];
37923792 switch (flag ) {
3793- case 'O' :
3794- case 'S' :
3795- case 'M' :
3796- case 'P' :
3797- case 'x' :
3798- case 'b' :
3799- case 't' :
3800- case 'R' :
3801- case 'B' :
3802- case 'd' :
3803- case 'c' :
3804- case 'u' :
3805- case 'A' :
3806- case 'U' :
3807- case 'r' :
3808- case 'e' :
3809- case 'T' :
3810- case 'I' :
3811- case 'N' :
3812- /* Valid flag, do nothing. */
3813- break ;
3814- default :
3815- return C_ERR ;
3793+ case 'O' :
3794+ case 'S' :
3795+ case 'M' :
3796+ case 'P' :
3797+ case 'x' :
3798+ case 'b' :
3799+ case 't' :
3800+ case 'R' :
3801+ case 'B' :
3802+ case 'd' :
3803+ case 'c' :
3804+ case 'u' :
3805+ case 'A' :
3806+ case 'U' :
3807+ case 'r' :
3808+ case 'e' :
3809+ case 'T' :
3810+ case 'I' :
3811+ case 'N' :
3812+ /* Valid flag, do nothing. */
3813+ break ;
3814+ default :
3815+ return C_ERR ;
38163816 }
38173817 }
38183818 return C_OK ;
You can’t perform that action at this time.
0 commit comments