Imported Upstream version 0.9.1
[platform/upstream/iotivity.git] / resource / csdk / stack / samples / linux / SimpleClientServer / occlientslow.h
index 60713d7..8b6bcc4 100644 (file)
@@ -39,7 +39,8 @@
 /**
  * List of methods that can be inititated from the client
  */
-typedef enum {
+typedef enum
+{
     TEST_DISCOVER_REQ = 1,
     TEST_NON_CON_OP,
     TEST_CON_OP,
@@ -93,3 +94,4 @@ OCStackApplicationResult discoveryReqCB(void* ctx, OCDoHandle handle,
         OCClientResponse * clientResponse);
 
 #endif
+