From 0efcaf0c2a7b87c664a6f78a9a25b53a4260aecd Mon Sep 17 00:00:00 2001
From: Samo Penic <samo.penic@gmail.com>
Date: Thu, 05 Jan 2017 16:22:24 +0000
Subject: [PATCH] Removed the python scripts to separate project.

---
 src/triangle.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/src/triangle.c b/src/triangle.c
index 7dd5a6e..da9d7a8 100644
--- a/src/triangle.c
+++ b/src/triangle.c
@@ -1,3 +1,4 @@
+/* vim: set ts=4 sts=4 sw=4 noet : */
 #include<stdlib.h>
 #include<stdio.h>
 #include "general.h"

--
Gitblit v1.9.3