mirror of https://github.com/ARMmbed/mbed-os.git
Merge pull request #9474 from VeijoPesonen/fix-newlines_at_end-of-files
Fix newlines at end of filespull/9526/head
commit
f5730a91b2
|
@ -101,4 +101,4 @@ public:
|
|||
|
||||
#endif
|
||||
|
||||
/** @} */
|
||||
/** @} */
|
||||
|
|
|
@ -50,4 +50,4 @@ private:
|
|||
|
||||
#endif
|
||||
#endif
|
||||
/** @} */
|
||||
/** @} */
|
||||
|
|
|
@ -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.
|
||||
|
|
|
@ -52,4 +52,4 @@ void NFCRemoteInitiator::disconnected()
|
|||
NFCNDEFCapable::Delegate *NFCRemoteInitiator::ndef_capable_delegate()
|
||||
{
|
||||
return _delegate;
|
||||
}
|
||||
}
|
||||
|
|
|
@ -25,4 +25,4 @@ void lfs_crc(uint32_t *restrict crc, const void *buffer, size_t size) {
|
|||
}
|
||||
}
|
||||
#endif
|
||||
#endif
|
||||
#endif
|
||||
|
|
Loading…
Reference in New Issue