Style: Harmonize header guards to style guide [Core]

This commit is contained in:
Rémi Verschelde
2020-03-25 11:10:34 +01:00
parent 5fede4a81c
commit 13a9bfbca7
69 changed files with 121 additions and 104 deletions

View File

@@ -163,4 +163,4 @@ int64_t StringBuffer<SHORT_BUFFER_SIZE>::as_int() {
return String::to_int(current_buffer_ptr());
}
#endif
#endif // STRING_BUFFER_H