From 78e0d055eae23f701b1fc2467c1b2f90041c3679 Mon Sep 17 00:00:00 2001 From: Max Horn Date: Sun, 15 Feb 2009 22:32:57 +0000 Subject: SCI: Run astyle to make the code be more compliant with our Code Formatting Guidelines: include dir svn-id: r38319 --- engines/sci/include/sfx_pcm.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'engines/sci/include/sfx_pcm.h') diff --git a/engines/sci/include/sfx_pcm.h b/engines/sci/include/sfx_pcm.h index 87da11bbbe..fe6a0ad4fe 100644 --- a/engines/sci/include/sfx_pcm.h +++ b/engines/sci/include/sfx_pcm.h @@ -118,7 +118,7 @@ typedef struct _sfx_pcm_device { */ int (*output)(struct _sfx_pcm_device *self, byte *buf, - int count, sfx_timestamp_t *timestamp); + int count, sfx_timestamp_t *timestamp); /* Writes output to the device ** Parameters: (sfx_pcm_device_t *) self: Self reference ** (byte *) buf: The buffer to write -- cgit v1.2.3