Merge pull request #9474 from VeijoPesonen/fix-newlines_at_end-of-files

Fix newlines at end of files
pull/9526/head
Cruz Monrreal 2019-01-28 10:33:37 -06:00 committed by GitHub
commit f5730a91b2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
5 changed files with 5 additions and 5 deletions

View File

@ -49,7 +49,7 @@ public:
*/
L3IPInterface(L3IP &l3ip = L3IP::get_default_instance(),
OnboardNetworkStack &stack = OnboardNetworkStack::get_default_instance());
~L3IPInterface();
virtual ~L3IPInterface();
/** Set a static IP address
*
* Configures this network interface to use a static IP address.