Update be_mapping_utils.c, add final newline to avoid compilation warning

This commit is contained in:
s-hadinger
2025-02-25 21:14:09 +01:00
committed by GitHub
parent 4ee4b5908f
commit aecba92da4

View File

@@ -145,4 +145,4 @@ int be_map_bin_search(const char * needle, const void * table, size_t elt_size,
} else {
return -1;
}
}
}