Fix comment

Bug: 6522164
Change-Id: I02e19a8263cdec791041564d2888239f8d724438
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