Commit d5de0ce9 authored by Aurelio Colosimo's avatar Aurelio Colosimo

trivial: fix whitespaces

parent 77980f04
......@@ -137,7 +137,7 @@ int posix_send_packet(struct pp_instance *ppi, void *pkt, int len, int chtype,
hdr = PROTO_HDR(pkt);
hdr->h_proto = htons(ETH_P_1588);
if (OPTS(ppi)->gptp_mode)
memcpy(hdr->h_dest, PP_PEER_MACADDRESS, ETH_ALEN);
else
......
......@@ -6,7 +6,6 @@
#include <pptp/pptp.h>
#include <pptp/diag.h>
static inline void Integer64_display(const char *label, Integer64 *bigint)
{
PP_VPRINTF("%s:\n", label);
......@@ -117,7 +116,7 @@ void msg_unpack_header(struct pp_instance *ppi, void *buf)
void msg_pack_header(struct pp_instance *ppi, void *buf)
{
Nibble transport = 0x80;
if (OPTS(ppi)->gptp_mode)
transport = 0x10;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment