Fix whitespace

This commit is contained in:
Denis Kenzior 2009-09-24 10:22:57 -05:00
parent 6a410eb145
commit bbe49a1b6e
1 changed files with 7 additions and 7 deletions

View File

@ -144,7 +144,7 @@ static enum ofono_sim_password_type sim_string_to_passwd(const char *name)
static gboolean password_is_pin(enum ofono_sim_password_type type)
{
switch(type) {
switch (type) {
case OFONO_SIM_PASSWORD_SIM_PIN:
case OFONO_SIM_PASSWORD_PHSIM_PIN:
case OFONO_SIM_PASSWORD_PHFSIM_PIN: