mirror of
https://github.com/irungentoo/toxcore.git
synced 2024-03-22 13:30:51 +08:00
Add missing newlines at EOF in sources
(missing newlines break build due to -Werror)
This commit is contained in:
parent
2d31136994
commit
6d0abb4132
|
@ -48,4 +48,4 @@ int friendreq_handlepacket(uint8_t *packet, uint32_t length, IP_Port source);
|
|||
}
|
||||
#endif
|
||||
|
||||
#endif
|
||||
#endif
|
||||
|
|
|
@ -211,4 +211,4 @@ int main(int argc, char *argv[])
|
|||
}
|
||||
|
||||
return 0;
|
||||
}
|
||||
}
|
||||
|
|
|
@ -198,4 +198,4 @@ int main(int argc, char *argv[])
|
|||
}
|
||||
|
||||
return 0;
|
||||
}
|
||||
}
|
||||
|
|
|
@ -26,4 +26,4 @@
|
|||
|
||||
unsigned char * hex_string_to_bin(char hex_string[]);
|
||||
|
||||
#endif // MISC_TOOLS_H
|
||||
#endif // MISC_TOOLS_H
|
||||
|
|
Loading…
Reference in New Issue
Block a user