Skip to content

Commit

Permalink
src/winusb: main: Fix comment level
Browse files Browse the repository at this point in the history
Signed-off-by: 林博仁 <[email protected]>
  • Loading branch information
brlin-tw committed Jun 7, 2017
1 parent 8065a64 commit 024c703
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/winusb
Original file line number Diff line number Diff line change
Expand Up @@ -71,12 +71,12 @@ declare -i\

declare -ir DD_BLOCK_SIZE="((4 * 1024 * 1024))" # 4MiB

# NOTE: Need to pass to clean_mountpoints trap, so need to be global
## NOTE: Need to pass to traps, so need to be global
declare\
source_fs_mountpoint\
target_fs_mountpoint

# FIXME: No documentation for this non-trivial parameter
## FIXME: No documentation for this non-trivial parameter
declare -i pulse_current_pid=0

## For some reason alias won't be recognized in function if it's definition's LINENO is greater then it's reference in function, so we define it here:
Expand Down

0 comments on commit 024c703

Please sign in to comment.