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

@ -101,4 +101,4 @@ public:
#endif #endif
/** @} */ /** @} */

View File

@ -50,4 +50,4 @@ private:
#endif #endif
#endif #endif
/** @} */ /** @} */

View File

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

View File

@ -52,4 +52,4 @@ void NFCRemoteInitiator::disconnected()
NFCNDEFCapable::Delegate *NFCRemoteInitiator::ndef_capable_delegate() NFCNDEFCapable::Delegate *NFCRemoteInitiator::ndef_capable_delegate()
{ {
return _delegate; return _delegate;
} }

View File

@ -25,4 +25,4 @@ void lfs_crc(uint32_t *restrict crc, const void *buffer, size_t size) {
} }
} }
#endif #endif
#endif #endif