Changeset 1433ecda in mainline for uspace/lib/c/generic/l18n


Ignore:
Timestamp:
2018-04-04T15:42:37Z (7 years ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
2c4e1cc
Parents:
47b2d7e3
Message:

Fix cstyle: make ccheck-fix and commit only files where all the changes are good.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/c/generic/l18n/langs.c

    r47b2d7e3 r1433ecda  
    5454         */
    5555        switch (locale) {
    56                 case L18N_WIN_LOCALE_AFRIKAANS:
    57                         return "Afrikaans";
    58                 case L18N_WIN_LOCALE_CZECH:
    59                         return "Czech";
    60                 case L18N_WIN_LOCALE_ENGLISH_UNITED_STATES:
    61                         return "English (US)";
    62                 case L18N_WIN_LOCALE_SLOVAK:
    63                         return "Slovak";
    64                 case L18N_WIN_LOCALE_SPANISH_TRADITIONAL:
    65                         return "Spanish (traditional)";
    66                 case L18N_WIN_LOCALE_ZULU:
    67                         return "Zulu";
    68                 default:
    69                         break;
     56        case L18N_WIN_LOCALE_AFRIKAANS:
     57                return "Afrikaans";
     58        case L18N_WIN_LOCALE_CZECH:
     59                return "Czech";
     60        case L18N_WIN_LOCALE_ENGLISH_UNITED_STATES:
     61                return "English (US)";
     62        case L18N_WIN_LOCALE_SLOVAK:
     63                return "Slovak";
     64        case L18N_WIN_LOCALE_SPANISH_TRADITIONAL:
     65                return "Spanish (traditional)";
     66        case L18N_WIN_LOCALE_ZULU:
     67                return "Zulu";
     68        default:
     69                break;
    7070        }
    7171
Note: See TracChangeset for help on using the changeset viewer.