Fixed the god-awful indentation

This commit is contained in:
mathusummut
2018-05-06 00:01:36 +02:00
parent 643e3820f5
commit 35b7b1f1a6
459 changed files with 204893 additions and 217545 deletions

View File

@@ -11,15 +11,15 @@
extern "C" {
#endif
/// Initializes the FPU to single precision
void streflop_init_Simple();
/// Initializes the FPU to single precision
void streflop_init_Simple();
/// Initializes the FPU to double precision
void streflop_init_Double();
/// Initializes the FPU to double precision
void streflop_init_Double();
#if defined(Extended)
/// Initializes the FPU to extended precision
void streflop_init_Extended();
/// Initializes the FPU to extended precision
void streflop_init_Extended();
#endif // defined(Extended)
#ifdef __cplusplus