diff options
| author | Alexandro Trevisan <alexbaixista@gmail.com> | 2022-11-12 04:32:16 -0300 |
|---|---|---|
| committer | Alexandro Trevisan <alexbaixista@gmail.com> | 2022-11-12 04:32:16 -0300 |
| commit | 10f08719300d5225923bef9b184ac566bdb31d56 (patch) | |
| tree | eacdb4fc027a11830d42480b318b8c033540001e /libpsn00b/include | |
| parent | 372a4abf3d2d91e12056f7eee22e0cc180ef3d61 (diff) | |
| download | psn00bsdk-10f08719300d5225923bef9b184ac566bdb31d56.tar.gz | |
Removed spaces
Diffstat (limited to 'libpsn00b/include')
| -rw-r--r-- | libpsn00b/include/psxgte.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libpsn00b/include/psxgte.h b/libpsn00b/include/psxgte.h index feda6b2..539b79f 100644 --- a/libpsn00b/include/psxgte.h +++ b/libpsn00b/include/psxgte.h @@ -75,7 +75,7 @@ int isin(int a); */ int icos(int a); - /** +/** * @brief Gets sine of angle (fixed-point, high precision version) * * @details Returns the sine of angle a. @@ -85,7 +85,7 @@ int icos(int a); */ int hisin(int a); - /** +/** * @brief Gets cosine of angle (fixed-point, high precision version) * * @details Returns the cosine of angle a. |
