mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-02-22 15:16:19 +08:00
make style
This commit is contained in:
parent
5787f07617
commit
f69739da79
16 changed files with 62 additions and 63 deletions
|
@ -36,8 +36,7 @@
|
||||||
// Partly ripped from PyRun_SimpleFileExFlags
|
// Partly ripped from PyRun_SimpleFileExFlags
|
||||||
// but does not terminate client on sys.exit
|
// but does not terminate client on sys.exit
|
||||||
// and print exit code only if != 0
|
// and print exit code only if != 0
|
||||||
static int Pm3PyRun_SimpleFileNoExit(FILE *fp, const char *filename)
|
static int Pm3PyRun_SimpleFileNoExit(FILE *fp, const char *filename) {
|
||||||
{
|
|
||||||
PyObject *m, *d, *v;
|
PyObject *m, *d, *v;
|
||||||
int set_file_name = 0, ret = -1;
|
int set_file_name = 0, ret = -1;
|
||||||
m = PyImport_AddModule("__main__");
|
m = PyImport_AddModule("__main__");
|
||||||
|
|
Loading…
Reference in a new issue