[beast] SHELL: spacing fixups
- From: Tim Janik <timj src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [beast] SHELL: spacing fixups
- Date: Mon, 16 May 2011 21:40:09 +0000 (UTC)
commit 4bed2f009244bcb2f9611cb058c90f353bf8a76e
Author: Tim Janik <timj gtk org>
Date: Mon May 16 22:22:07 2011 +0200
SHELL: spacing fixups
sfi/sfiglue.h | 2 +-
shell/bsescminterp.cc | 6 +++---
2 files changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/sfi/sfiglue.h b/sfi/sfiglue.h
index 95eed40..9532b76 100644
--- a/sfi/sfiglue.h
+++ b/sfi/sfiglue.h
@@ -189,7 +189,7 @@ void sfi_glue_context_destroy (SfiGlueContext *context);
/* --- Glue utilities --- */
#ifdef __cplusplus
-typedef void (*SfiGlueGcFreeFunc)(void*);
+typedef void (*SfiGlueGcFreeFunc) (void*);
#else
typedef void *SfiGlueGcFreeFunc; // FIXME: remove C-legacy
#endif
diff --git a/shell/bsescminterp.cc b/shell/bsescminterp.cc
index ec83026..a62d477 100644
--- a/shell/bsescminterp.cc
+++ b/shell/bsescminterp.cc
@@ -712,7 +712,7 @@ signal_closure_marshal (GClosure *closure,
sdata->n_args = n_param_values;
sdata->args = param_values;
scm_internal_cwdr ((scm_t_catch_body) signal_marshal_sproc, sdata,
- scm_handle_by_message_noexit, const_cast<char *> ("BSE"), &stack_item);
+ scm_handle_by_message_noexit, const_cast<char*> ("BSE"), &stack_item);
}
SCM
@@ -1108,6 +1108,8 @@ bse_scm_context_iteration (SCM s_may_block)
/* --- initialization --- */
+typedef SCM (*BseScmFunc) ();
+
static void
register_types (const gchar **types)
{
@@ -1144,8 +1146,6 @@ register_types (const gchar **types)
bse_scm_destroy_gc_plateau (gcplateau);
}
-typedef SCM (*BseScmFunc)();
-
void
bse_scm_interp_init (void)
{
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]