Run clang-format -i **/*.cpp (#8865)

This commit is contained in:
Derek Bailey
2025-12-19 10:42:57 -08:00
committed by GitHub
parent d9fde67eb5
commit fb55e0c9de
24 changed files with 213 additions and 192 deletions

View File

@@ -14,12 +14,12 @@
* limitations under the License.
*/
#include "flatbuffers/file_manager.h"
#include <fstream>
#include <set>
#include <string>
#include "flatbuffers/file_manager.h"
namespace flatbuffers {
bool RealFileSaver::SaveFile(const char* name, const char* buf, size_t len,