o Style: restore tab indentation mangled in the previous delta.

This commit is contained in:
Maxim Konovalov 2005-11-14 16:04:01 +00:00
parent 8cb6926e16
commit c22d354139
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=152416

View File

@ -74,8 +74,8 @@ static int set_charset(struct iovec *iov, int *iovlen, const char *, const char
int
main(int argc, char **argv)
{
struct iovec *iov = NULL;
int iovlen = 0;
struct iovec *iov = NULL;
int iovlen = 0;
struct stat sb;
int c, mntflags, set_gid, set_uid, set_mask, set_dirmask;
int optflags = 0;
@ -136,8 +136,8 @@ main(int argc, char **argv)
char *p = NULL;
char *val = strdup("");
getmntopts(optarg, mopts, &mntflags, &optflags);
p = strchr(optarg, '=');
if (p != NULL) {
p = strchr(optarg, '=');
if (p != NULL) {
free(val);
*p = '\0';
val = p + 1;
@ -310,7 +310,7 @@ set_charset(struct iovec *iov, int *iovlen, const char *cs_local, const char *cs
return (-1);
}
build_iovec_argf(&iov, iovlen, "cs_win", ENCODING_UNICODE);
build_iovec_argf(&iov, iovlen, "cs_win", ENCODING_UNICODE);
error = kiconv_add_xlat16_cspairs(ENCODING_UNICODE, cs_local);
if (error)
return (-1);