Skip to content

Commit 2dc7f29

Browse files
committed
Tweak: remove unnecessary line continuation
1 parent 4cf96ff commit 2dc7f29

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/gridftp_hdfs_error.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
int system_errno = errno; \
2323
SomeError(hdfs_handle, msg) \
2424
rc = GlobusGFSErrorSystemError(formatted_msg, system_errno); \
25-
globus_free(formatted_msg); \
25+
globus_free(formatted_msg);
2626

2727

2828
#define MemoryError(hdfs_handle, msg, rc) \

0 commit comments

Comments
 (0)