Parcourir la source

cosmetic improvement

Julius Pfrommer il y a 10 ans
Parent
commit
592360c4f9
1 fichiers modifiés avec 0 ajouts et 1 suppressions
  1. 0 1
      README.md

+ 0 - 1
README.md

@@ -50,7 +50,6 @@ int main(int argc, char** argv) {
         ServerNetworkLayerTCP_new(UA_ConnectionConfig_standard, PORT));
     UA_Server_setLogger(server, Logger_Stdout_new());
 
-
     /* add a variable node */
     UA_Variant *myIntegerVariant = UA_Variant_new();
     UA_Int32 myInteger = 42;