remove vim sets

whys-review
Jakub Sztandera 2016-07-30 11:40:28 +01:00
parent 78435fb421
commit 7aa01e57d6
8 changed files with 0 additions and 8 deletions

View File

@ -1,4 +1,3 @@
/* vim: set ts=8 sw=8 noexpandtab: */
#ifndef ERROR_H
#define ERROR_H

View File

@ -1,4 +1,3 @@
/* vim: set ts=8 sw=8 noexpandtab: */
#include "errors.h"
// list of avaliable hash functions.

View File

@ -1,4 +1,3 @@
/* vim: set ts=8 sw=8 noexpandtab: */
#include "mh/errors.h"
const char *mh_error_string(int code) {

View File

@ -1,4 +1,3 @@
/* vim: set ts=8 sw=8 noexpandtab: */
#include "mh/hashes.h"
#include "mh/errors.h"

View File

@ -1,4 +1,3 @@
/* vim: set ts=8 sw=8 noexpandtab: */
#include <stdio.h>
int main(void) {

View File

@ -1,4 +1,3 @@
/* vim: set ts=8 sw=8 noexpandtab: */
#include <stdio.h>
#define mu_assert(message, test) do { if (!(test)) return message; } while (0)

View File

@ -1,4 +1,3 @@
/* vim: set ts=8 sw=8 noexpandtab: */
#include <string.h>
#include "minunit.h"

View File

@ -1,4 +1,3 @@
/* vim: set ts=8 sw=8 noexpandtab: */
#include <string.h>
#include "minunit.h"