mirror of
https://github.com/fosslinux/live-bootstrap.git
synced 2026-03-07 03:45:23 +01:00
Place open braces for functions consistently.
This commit is contained in:
parent
9f77f98842
commit
9c016405ef
1 changed files with 1 additions and 2 deletions
|
|
@ -28,8 +28,7 @@ int memsame(char *search_buffer, int search_size,
|
|||
char *pattern_buffer, int pattern_size);
|
||||
|
||||
|
||||
int main(int argc, char **argv)
|
||||
{
|
||||
int main(int argc, char **argv) {
|
||||
char *patch_file_before_buffer;
|
||||
int patch_file_before_size;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue