remove vim sets
This commit is contained in:
parent
78435fb421
commit
7aa01e57d6
8 changed files with 0 additions and 8 deletions
|
@ -1,4 +1,3 @@
|
|||
/* vim: set ts=8 sw=8 noexpandtab: */
|
||||
#ifndef ERROR_H
|
||||
#define ERROR_H
|
||||
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
/* vim: set ts=8 sw=8 noexpandtab: */
|
||||
#include "errors.h"
|
||||
|
||||
// list of avaliable hash functions.
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
/* vim: set ts=8 sw=8 noexpandtab: */
|
||||
#include "mh/errors.h"
|
||||
|
||||
const char *mh_error_string(int code) {
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
/* vim: set ts=8 sw=8 noexpandtab: */
|
||||
#include "mh/hashes.h"
|
||||
#include "mh/errors.h"
|
||||
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
/* vim: set ts=8 sw=8 noexpandtab: */
|
||||
#include <stdio.h>
|
||||
|
||||
int main(void) {
|
||||
|
|
|
@ -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)
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
/* vim: set ts=8 sw=8 noexpandtab: */
|
||||
#include <string.h>
|
||||
#include "minunit.h"
|
||||
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
/* vim: set ts=8 sw=8 noexpandtab: */
|
||||
#include <string.h>
|
||||
#include "minunit.h"
|
||||
|
||||
|
|
Loading…
Reference in a new issue