diff --git a/utils/hamlib/files/rigctld.conf b/utils/hamlib/files/rigctld.conf index fc8acd29cd..55fe18aaff 100644 --- a/utils/hamlib/files/rigctld.conf +++ b/utils/hamlib/files/rigctld.conf @@ -21,4 +21,5 @@ config rig 'example' option verbose '' option twiddle_timeout '' option uplink '' - option debug_time_stamps '' \ No newline at end of file + option debug_time_stamps '' + diff --git a/utils/hamlib/files/rigctld.init b/utils/hamlib/files/rigctld.init index 9eef5cda8a..ab15e4e437 100755 --- a/utils/hamlib/files/rigctld.init +++ b/utils/hamlib/files/rigctld.init @@ -73,4 +73,5 @@ start_instance() { done procd_close_instance -} \ No newline at end of file +} +