flash/nor/nrf5: fix protection setting on nRF51
[fw/openocd] / src / server / server_stubs.c
index dcddec0eea8cc4ee7ec817aa56908f1ac8d29bb6..a4c017289a8233d9a8055d62e35ad213af6bafda 100644 (file)
@@ -12,9 +12,7 @@
  *   GNU General Public License for more details.                          *
  *                                                                         *
  *   You should have received a copy of the GNU General Public License     *
- *   along with this program; if not, write to the                         *
- *   Free Software Foundation, Inc.,                                       *
- *   59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.             *
+ *   along with this program.  If not, see <http://www.gnu.org/licenses/>. *
  ***************************************************************************/
 
 #ifdef HAVE_CONFIG_H
@@ -24,9 +22,9 @@
 
 void openocd_sleep_prelude(void)
 {
-       // no-op
+       /* no-op */
 }
 void openocd_sleep_postlude(void)
 {
-       // no-op
+       /* no-op */
 }