Modifications/corrections to IDL to streamline and bring in line with ATK
[platform/core/uifw/at-spi2-atk.git] / idl / Accessibility_Hypertext.idl
index 05952ba..383400b 100644 (file)
@@ -25,8 +25,8 @@
 module Accessibility {
 
   interface Hypertext : Text {
-        long getNLinks ();
-        Hyperlink getLink (in long linkIndex);
-        long getLinkIndex (in long characterIndex);
+    long getNLinks ();
+    Hyperlink getLink (in long linkIndex);
+    long getLinkIndex (in long characterIndex);
   };
 };