Details
-
Task
-
Status: Closed
-
Minor
-
Resolution: Implemented
-
1.5.4
-
None
Description
Hi,
I've found that there are some double line breaks in the source files of the guacd project.
We can find all them by using regular expression "^$\n\n".
For example:
- src/common-ssh/key.c
- src/guacd/move-fd.c
Thanks.