fix no newline at end of file

This commit is contained in:
matthias.ringwald 2011-11-09 15:31:58 +00:00
parent 2375c83bfb
commit 98fea381a9
7 changed files with 6 additions and 7 deletions

View File

@ -223,4 +223,4 @@ int main (int argc, const char * argv[]){
run_loop_execute();
bt_close();
return 0;
}
}

View File

@ -189,4 +189,4 @@ int main (int argc, const char * argv[]){
run_loop_execute();
bt_close();
return 0;
}
}

View File

@ -220,4 +220,4 @@ int main (int argc, const char * argv[]){
run_loop_execute();
bt_close();
return 0;
}
}

View File

@ -174,4 +174,4 @@ int main (int argc, const char * argv[]){
run_loop_execute();
bt_close();
return 0;
}
}

View File

@ -256,4 +256,4 @@ void btstack_memory_init(void){
#ifdef MAX_NO_DB_MEM_SERVICES
memory_pool_create(&db_mem_service_pool, db_mem_service_storage, MAX_NO_DB_MEM_SERVICES, sizeof(db_mem_service_t));
#endif
}
}

View File

@ -348,4 +348,4 @@ hci_transport_t * hci_transport_h4_instance() {
void hci_transport_h4_set_enforce_wake_device(char *path){
enforce_wake_device = path;
}
}

View File

@ -1027,4 +1027,3 @@ void l2cap_close_connection(void *connection){
// process
l2cap_run();
}