add trailing spaces
This commit is contained in:
parent
03f9a6ff60
commit
ff17c7f33e
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
|
|
||||||
int main() {
|
int main() {
|
||||||
int bytes_read;
|
int bytes_read;
|
||||||
size_t nbytes = 10;
|
size_t nbytes = 10;
|
||||||
char **my_string = malloc(sizeof(char**));
|
char **my_string = malloc(sizeof(char**));
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue