Add missing newlines at EOF in sources

(missing newlines break build due to -Werror)
This commit is contained in:
Dmitry Marakasov 2013-07-30 22:39:04 +04:00
parent 2d31136994
commit 6d0abb4132
4 changed files with 4 additions and 4 deletions

View File

@ -48,4 +48,4 @@ int friendreq_handlepacket(uint8_t *packet, uint32_t length, IP_Port source);
}
#endif
#endif
#endif

View File

@ -211,4 +211,4 @@ int main(int argc, char *argv[])
}
return 0;
}
}

View File

@ -198,4 +198,4 @@ int main(int argc, char *argv[])
}
return 0;
}
}

View File

@ -26,4 +26,4 @@
unsigned char * hex_string_to_bin(char hex_string[]);
#endif // MISC_TOOLS_H
#endif // MISC_TOOLS_H