Ensure single newline at EOF for core files (#11310)

This commit is contained in:
Ryan
2020-12-28 04:36:32 +11:00
committed by GitHub
parent bbf0f65284
commit 1b7b72c0e9
40 changed files with 40 additions and 61 deletions

View File

@ -14,7 +14,7 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#pragma once
#pragma once
#include "gtest/gtest.h"
@ -27,4 +27,4 @@ public:
void run_one_scan_loop();
void idle_for(unsigned ms);
};
};