Remove trailing whitespaces in source code - gsl-shell.git - gsl-shell

index : gsl-shell.git
gsl-shell
summary refs log tree commit diff
path: root/sf_implement.h
diff options
context:
space:
mode:
authorFrancesco Abbate <francesco.bbt@gmail.com>2012年01月04日 11:47:11 +0100
committerFrancesco Abbate <francesco.bbt@gmail.com>2012年01月04日 11:47:11 +0100
commit046c56f449db15b9c9aa113cb03adf695dd7b9b6 (patch)
tree0ae7650dcac74233784f50608b15fb54f2f52d0c /sf_implement.h
parent3c1ad26e933233f6a7031b0b56c5b19ffb5ebf96 (diff)
downloadgsl-shell-046c56f449db15b9c9aa113cb03adf695dd7b9b6.tar.gz
Remove trailing whitespaces in source code
Diffstat (limited to 'sf_implement.h')
-rw-r--r--sf_implement.h 16
1 files changed, 8 insertions, 8 deletions
diff --git a/sf_implement.h b/sf_implement.h
index 34e12824..a10ec7f1 100644
--- a/sf_implement.h
+++ b/sf_implement.h
@@ -11,11 +11,11 @@ push_gsl_result (lua_State *L, gsl_sf_result *r)
static int
gsh_sf_d_raw (lua_State *L, const char *fname, gsh_d_fun_t f_gsl)
{
- double x = luaL_checknumber (L, 1);
- gsl_sf_result res;
+ double x = luaL_checknumber (L, 1);
+ gsl_sf_result res;
int status = f_gsl(x, &res);
- if (status != GSL_SUCCESS)
- luaL_error (L, "%s: %s", fname, gsl_strerror (status));
+ if (status != GSL_SUCCESS)
+ luaL_error (L, "%s: %s", fname, gsl_strerror (status));
SF_RETURN(&res);
}
@@ -23,11 +23,11 @@ gsh_sf_d_raw (lua_State *L, const char *fname, gsh_d_fun_t f_gsl)
static int
gsh_sf_u_raw (lua_State *L, const char *fname, gsh_u_fun_t f_gsl)
{
- unsigned int i = my_checkuint (L, 1);
- gsl_sf_result res;
+ unsigned int i = my_checkuint (L, 1);
+ gsl_sf_result res;
int status = f_gsl(i, &res);
- if (status != GSL_SUCCESS)
- luaL_error (L, "%s: %s", fname, gsl_strerror (status));
+ if (status != GSL_SUCCESS)
+ luaL_error (L, "%s: %s", fname, gsl_strerror (status));
SF_RETURN(&res);
}
generated by cgit v1.2.3 (git 2.39.1) at 2025年09月30日 03:23:54 +0000

AltStyle によって変換されたページ (->オリジナル) /