Fix docblock indentation for countries

@mikejolly prefer to have docblock indentation in spaces rather than tab
This commit is contained in:
Shiva Poudel 2014-09-17 01:47:06 +05:45
parent 81b12dec4f
commit 832585284c
1 changed files with 4 additions and 4 deletions

View File

@ -4,9 +4,9 @@
*
* Returns an array of countries and codes.
*
* @author WooThemes
* @category i18n
* @package WooCommerce/i18n
* @author WooThemes
* @category i18n
* @package WooCommerce/i18n
* @version 2.2.0
*/
@ -257,4 +257,4 @@ return array(
'YE' => __( 'Yemen', 'woocommerce' ),
'ZM' => __( 'Zambia', 'woocommerce' ),
'ZW' => __( 'Zimbabwe', 'woocommerce' )
);
);