]> rtime.felk.cvut.cz Git - orte.git/blobdiff - orte/include/orte/basic_types.h
Reformat the sources with orte/uncrustify script
[orte.git] / orte / include / orte / basic_types.h
index 61449e3aa7f0209ca1ecc73ec722c62d3931a519..254413c1d1f548f99fad06cf9dd1504060cc39dd 100644 (file)
@@ -3,8 +3,8 @@
 
 
 enum {
-       CORBA_FALSE = 0,
-       CORBA_TRUE  = 1
+  CORBA_FALSE = 0,
+  CORBA_TRUE  = 1
 };
 
 typedef int16_t   CORBA_short;
@@ -13,7 +13,7 @@ typedef uint16_t  CORBA_unsigned_short;
 typedef uint32_t  CORBA_unsigned_long;
 typedef float     CORBA_float;
 typedef double    CORBA_double;
-typedef char     CORBA_char;
+typedef char      CORBA_char;
 typedef int16_t   CORBA_wchar;
 typedef uint8_t   CORBA_boolean;
 typedef uint8_t   CORBA_octet;