mirror of
https://github.com/glest/glest-source.git
synced 2025-08-20 23:21:19 +02:00
Fixed the god-awful indentation
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user