Skip to content

Commit b386405

Browse files
committed
Standardize curly braces style for function definition
1 parent 2f15e2a commit b386405

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

wcurl

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,8 @@ sanitize()
113113
}
114114

115115
# Execute curl with the list of URLs provided by the user.
116-
exec_curl() {
116+
exec_curl()
117+
{
117118
CMD="curl "
118119

119120
# Store version to check if it supports --no-clobber and --parallel.

0 commit comments

Comments
 (0)