fix(comment) keep newline between comments (#2186)

To maintain uniformity of comment formatting, but primarily to work around a deficiency in the rust library bindgen (0.58 and earlier), comments should be separated by a newline.
This commit is contained in:
Jon Thacker
2021-04-05 12:28:38 -04:00
committed by GitHub
parent d2baa9c3e2
commit c6e68dc503

View File

@@ -34,6 +34,7 @@ extern "C" {
/**********************
* TYPEDEFS
**********************/
/**
* Options for text rendering.
*/