Skip to content
This repository has been archived by the owner on Jan 22, 2023. It is now read-only.

Commit

Permalink
style: Whitespace fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
hyperupcall committed Nov 12, 2021
1 parent e1bb32c commit cc28363
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/do.nim
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,13 @@ proc doAbstract(
homeDir: string,
options: Options,
dotfiles: seq[array[2, string]],
runSymlinkSymlink: proc (dotfile: string, srcFile: string, options: Options),
runSymlinkFile: proc (dotfile: string, srcFile: string, options: Options),
runSymlinkDir: proc (dotfile: string, srcFile: string, options: Options),
runSymlinkNull: proc (dotfile: string, srcFile: string),
runSymlinkSymlink: proc(dotfile: string, srcFile: string, options: Options),
runSymlinkFile: proc(dotfile: string, srcFile: string, options: Options),
runSymlinkDir: proc(dotfile: string, srcFile: string, options: Options),
runSymlinkNull: proc(dotfile: string, srcFile: string),
runFileFile: proc(dotfile: string, srcFile: string),
runFileDir: proc(dotfile: string, srcFile: string),
runFileNull: proc (dotfile: string, srcFile: string),
runFileNull: proc(dotfile: string, srcFile: string),
runDirFile: proc(dotfile: string, srcFile: string),
runDirDir: proc(dotfile: string, srcFile: string),
runDirNull: proc(dotfile: string, srcFile: string),
Expand Down

0 comments on commit cc28363

Please sign in to comment.