Browse Source

Code style enforcement

pull/8/head
github-actions 5 years ago
parent
commit
48fbabe19e
  1. 2
      src/bindings/python/PythonSockets.cxx

2
src/bindings/python/PythonSockets.cxx

@ -36,9 +36,9 @@
#include "PythonSockets.h"
#include "lwip/inet.h"
#include "lwip/sockets.h"
#include "pytime.h"
#include "structmember.h" // PyMemberDef
#include "sysmodule.h"
#include "pytime.h"
#include <string.h>
#include <sys/time.h>

Loading…
Cancel
Save