329a330
>
356c357
< // find all offsets for currently open files and save them
---
> // find all offsets for currently open files and save them
358c359,360
< Process::fix_file_offsets() {
---
> Process::fix_file_offsets()
> {
373,374c375,376
< else{
< //OPEN standard in and seek to the right location
---
> else {
> // open standard in and seek to the right location
386c388
< else{
---
> else {
444c446,447
< panic("Unable to seek to correct location in file: %s", fdo->filename);
---
> panic("Unable to seek to correct location in file: %s",
> fdo->filename);
448a452
>
450c454,455
< Process::find_file_offsets(){
---
> Process::find_file_offsets()
> {
455c460
< } else {
---
> } else {
463c468,469
< Process::setReadPipeSource(int read_pipe_fd, int source_fd){
---
> Process::setReadPipeSource(int read_pipe_fd, int source_fd)
> {
529c535
< }
---
> }