Skip to content

Commit f5730a9

Browse files
author
Cruz Monrreal
authored
Merge pull request #9474 from VeijoPesonen/fix-newlines_at_end-of-files
Fix newlines at end of files
2 parents 7f8ebc7 + a6d4c6b commit f5730a9

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

features/netsocket/DNS.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,4 +101,4 @@ class DNS {
101101

102102
#endif
103103

104-
/** @} */
104+
/** @} */

features/netsocket/DTLSSocketWrapper.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,4 +50,4 @@ class DTLSSocketWrapper : public TLSSocketWrapper {
5050

5151
#endif
5252
#endif
53-
/** @} */
53+
/** @} */

features/netsocket/L3IPInterface.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ class L3IPInterface : public virtual NetworkInterface {
4949
*/
5050
L3IPInterface(L3IP &l3ip = L3IP::get_default_instance(),
5151
OnboardNetworkStack &stack = OnboardNetworkStack::get_default_instance());
52-
~L3IPInterface();
52+
virtual ~L3IPInterface();
5353
/** Set a static IP address
5454
*
5555
* Configures this network interface to use a static IP address.

features/nfc/source/nfc/NFCRemoteInitiator.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,4 +52,4 @@ void NFCRemoteInitiator::disconnected()
5252
NFCNDEFCapable::Delegate *NFCRemoteInitiator::ndef_capable_delegate()
5353
{
5454
return _delegate;
55-
}
55+
}

features/storage/filesystem/littlefs/littlefs/lfs_util.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,4 +25,4 @@ void lfs_crc(uint32_t *restrict crc, const void *buffer, size_t size) {
2525
}
2626
}
2727
#endif
28-
#endif
28+
#endif

0 commit comments

Comments
 (0)