am 40d921b2: Fix comment

* commit '40d921b22a5c878d64b17a1138477e0eeb37842e':
  Fix comment
diff --git a/dhcpcd-hooks/95-configured b/dhcpcd-hooks/95-configured
index 7f1b0ab..ee33b49 100644
--- a/dhcpcd-hooks/95-configured
+++ b/dhcpcd-hooks/95-configured
@@ -2,14 +2,14 @@
 # has completed. It sets a property to let the framework
 # know that setting up the interface is complete.
 
-# For debugging:
-
 if [[ $interface == p2p* ]]
     then
     intf=p2p
     else
     intf=$interface
 fi
+
+# For debugging:
 setprop dhcp.${intf}.reason "${reason}"
 
 case "${reason}" in