mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-20 21:33:47 -07:00
style
This commit is contained in:
parent
6404c974b6
commit
82f4388abe
2 changed files with 2 additions and 2 deletions
|
@ -180,7 +180,7 @@ static int check_segs(flash_file_t *ctx, int can_write_bl) {
|
||||||
|
|
||||||
// Load an ELF file and prepare it for flashing
|
// Load an ELF file and prepare it for flashing
|
||||||
int flash_load(flash_file_t *ctx, const char *name, int can_write_bl) {
|
int flash_load(flash_file_t *ctx, const char *name, int can_write_bl) {
|
||||||
FILE *fd = NULL;
|
FILE *fd;
|
||||||
Elf32_Ehdr ehdr;
|
Elf32_Ehdr ehdr;
|
||||||
Elf32_Phdr *phdrs = NULL;
|
Elf32_Phdr *phdrs = NULL;
|
||||||
int num_phdrs;
|
int num_phdrs;
|
||||||
|
|
|
@ -166,7 +166,7 @@ usb_dev_handle *findProxmark(int verbose, unsigned int *iface) {
|
||||||
|
|
||||||
usb_dev_handle *OpenProxmark(int verbose) {
|
usb_dev_handle *OpenProxmark(int verbose) {
|
||||||
int ret;
|
int ret;
|
||||||
usb_dev_handle *handle = NULL;
|
usb_dev_handle *handle;
|
||||||
unsigned int iface;
|
unsigned int iface;
|
||||||
|
|
||||||
handle = findProxmark(verbose, &iface);
|
handle = findProxmark(verbose, &iface);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue