OSDN Git Service

update libMiMic
[mimic/MiMicSDK.git] / lib / src / NyLPC_cPtrStream.h
index 9cad0d1..681fa48 100644 (file)
@@ -19,8 +19,8 @@
  * along with this program.  If not, see <http://www.gnu.org/licenses/>.\r
  *\r
  * For further information please contact.\r
- *     http://nyatla.jp/\r
- *     <airmail(at)ebony.plala.or.jp> or <nyatla(at)nyatla.jp>\r
+ *  http://nyatla.jp/\r
+ *  <airmail(at)ebony.plala.or.jp> or <nyatla(at)nyatla.jp>\r
  *\r
  *********************************************************************************/\r
 #ifndef NYLPC_TCPTRSTREAM_H_\r
@@ -50,16 +50,16 @@ typedef void (*NyLPC_TcPtrStream_close)(NyLPC_TcPtrStream_t* i_inst);
 \r
 struct NyLPC_TcPtrStream_TInterface\r
 {\r
-       NyLPC_TcPtrStream_pread pread;\r
-       NyLPC_TcPtrStream_write write;\r
-       NyLPC_TcPtrStream_rseek readSeek;\r
-       NyLPC_TcPtrStream_close close;\r
+    NyLPC_TcPtrStream_pread pread;\r
+    NyLPC_TcPtrStream_write write;\r
+    NyLPC_TcPtrStream_rseek readSeek;\r
+    NyLPC_TcPtrStream_close close;\r
 };\r
 \r
 \r
 struct NyLPC_TcPtrStream\r
 {\r
-       const struct NyLPC_TcPtrStream_TInterface* _interface;\r
+    const struct NyLPC_TcPtrStream_TInterface* _interface;\r
 };\r
 \r
 /**\r