Skip to content

Commit 92bcaa3

Browse files
committed
Formatting.
1 parent ea38ddd commit 92bcaa3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/scripts/c/compiled/source/compiled.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ void process_text(char *input)
2828
typedef struct data_t
2929
{
3030
int value;
31-
} *data_ptr_t;
31+
} * data_ptr_t;
3232

3333
data_ptr_t alloc_data(void)
3434
{

0 commit comments

Comments
 (0)