Author: delphij
Date: Mon Feb 24 23:58:07 2014
New Revision: 262462
URL: http://svnweb.freebsd.org/changeset/base/262462

Log:
  Patch 2/2:
  
  Reindent the code after previous change.
  
  X-MFC-With:   r262447

Modified:
  head/lib/libiconv_modules/VIQR/citrus_viqr.c

Modified: head/lib/libiconv_modules/VIQR/citrus_viqr.c
==============================================================================
--- head/lib/libiconv_modules/VIQR/citrus_viqr.c        Mon Feb 24 23:56:09 
2014        (r262461)
+++ head/lib/libiconv_modules/VIQR/citrus_viqr.c        Mon Feb 24 23:58:07 
2014        (r262462)
@@ -458,19 +458,19 @@ _citrus_VIQR_encoding_module_init(_VIQRE
                }
        }
        if (mnemonic_ext > 0) {
-       for (i = 0; i < mnemonic_ext_size; ++i) {
-               p = &mnemonic_ext[i];
-               n = strlen(p->name);
-               if (ei->mb_cur_max < n)
-                       ei->mb_cur_max = n;
-               errnum = mnemonic_append_child(ei->mroot,
-                   p->name, p->value, ei->invalid);
-               if (errnum != 0) {
-                       _citrus_VIQR_encoding_module_uninit(ei);
-                       return (errnum);
+               for (i = 0; i < mnemonic_ext_size; ++i) {
+                       p = &mnemonic_ext[i];
+                       n = strlen(p->name);
+                       if (ei->mb_cur_max < n)
+                               ei->mb_cur_max = n;
+                       errnum = mnemonic_append_child(ei->mroot,
+                           p->name, p->value, ei->invalid);
+                       if (errnum != 0) {
+                               _citrus_VIQR_encoding_module_uninit(ei);
+                               return (errnum);
+                       }
                }
        }
-       }
 
        return (0);
 }
_______________________________________________
svn-src-head@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"

Reply via email to