Skip to content
This repository has been archived by the owner on Nov 8, 2022. It is now read-only.

Commit

Permalink
Remove Vim tags introduced by PR #62
Browse files Browse the repository at this point in the history
  • Loading branch information
garuma committed Oct 7, 2017
1 parent 5ff480a commit d2a04f0
Show file tree
Hide file tree
Showing 6 changed files with 0 additions and 39 deletions.
6 changes: 0 additions & 6 deletions examples/UnixFDClient.cs
Original file line number Diff line number Diff line change
Expand Up @@ -134,9 +134,3 @@ public static void Main (string[] args)
}
}

// vim: noexpandtab
// Local Variables:
// tab-width: 4
// c-basic-offset: 4
// indent-tabs-mode: t
// End:
6 changes: 0 additions & 6 deletions examples/UnixFDInterface.cs
Original file line number Diff line number Diff line change
Expand Up @@ -53,9 +53,3 @@ public interface Signals {
event Action<UnixFD> GotFD;
}

// vim: noexpandtab
// Local Variables:
// tab-width: 4
// c-basic-offset: 4
// indent-tabs-mode: t
// End:
7 changes: 0 additions & 7 deletions examples/UnixFDService.cs
Original file line number Diff line number Diff line change
Expand Up @@ -128,10 +128,3 @@ public static void Main (string[] args)
}
}
}

// vim: noexpandtab
// Local Variables:
// tab-width: 4
// c-basic-offset: 4
// indent-tabs-mode: t
// End:
7 changes: 0 additions & 7 deletions src/Transports/UnixSendmsgTransport.cs
Original file line number Diff line number Diff line change
Expand Up @@ -164,10 +164,3 @@ internal override unsafe void WriteMessage (Message msg)
}
}
}

// vim: noexpandtab
// Local Variables:
// tab-width: 4
// c-basic-offset: 4
// indent-tabs-mode: t
// End:
7 changes: 0 additions & 7 deletions src/Unix/UnixMonoStream.cs
Original file line number Diff line number Diff line change
Expand Up @@ -228,10 +228,3 @@ public unsafe void Sendmsg (byte[] buffer1, long offset1, long length1,
}
}
}

// vim: noexpandtab
// Local Variables:
// tab-width: 4
// c-basic-offset: 4
// indent-tabs-mode: t
// End:
6 changes: 0 additions & 6 deletions src/UnixFD.cs
Original file line number Diff line number Diff line change
Expand Up @@ -71,9 +71,3 @@ public UnixFD Clone () {
}
}
}

// Local Variables:
// tab-width: 4
// c-basic-offset: 4
// indent-tabs-mode: t
// End:

0 comments on commit d2a04f0

Please sign in to comment.