Skip to content

Commit

Permalink
rgw: fix some indents
Browse files Browse the repository at this point in the history
Signed-off-by: Yan Jun <yan.jun8@zte.com.cn>
  • Loading branch information
Yan-waller committed Jul 12, 2016
1 parent 86d6c50 commit 013ec64
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/rgw/rgw_rest.cc
Expand Up @@ -1214,7 +1214,7 @@ int rgw_rest_read_all_input(struct req_state *s, char **pdata, int *plen,
}
data = (char *)malloc(cl + 1);
if (!data) {
return -ENOMEM;
return -ENOMEM;
}
int ret = STREAM_IO(s)->read(data, cl, &len, s->aws4_auth_needs_complete);
if (ret < 0) {
Expand Down Expand Up @@ -1797,7 +1797,7 @@ int RGWREST::preprocess(struct req_state *s, RGWClientIO* cio)
s->info.domain = domain;
}

ldout(s->cct, 20)
ldout(s->cct, 20)
<< "final domain/bucket"
<< " subdomain=" << subdomain
<< " domain=" << domain
Expand Down

0 comments on commit 013ec64

Please sign in to comment.