remove spaces before tabs at the beginning of lines (^( )+\t)

This commit is contained in:
Martin Willi
2009-09-04 15:02:11 +02:00
parent b9b8a98f47
commit 7b3814f75d
54 changed files with 174 additions and 174 deletions
@@ -33,8 +33,8 @@ struct private_eap_sim_file_card_t {
identification_t *imsi;
/**
* source of triplets
*/
* source of triplets
*/
eap_sim_file_triplets_t *triplets;
};
@@ -28,8 +28,8 @@ struct private_eap_sim_file_provider_t {
eap_sim_file_provider_t public;
/**
* source of triplets
*/
* source of triplets
*/
eap_sim_file_triplets_t *triplets;
};