Browse Source

Remove blank space

NX 7 years ago
parent
commit
86dd0c5565
1 changed files with 2 additions and 2 deletions
  1. 2 2
      Source/Native/enet.h

+ 2 - 2
Source/Native/enet.h

@@ -4218,7 +4218,7 @@ extern "C" {
         }
 
         for (int i = 0; i < length; i++) {
-			currentPeer = peers[i];
+            currentPeer = peers[i];
 
             if (currentPeer == NULL || currentPeer->state != ENET_PEER_STATE_CONNECTED) {
                 continue;
@@ -5617,4 +5617,4 @@ extern "C" {
 }
 #endif
 #endif
-#endif
+#endif