Standardize on the vi editing directives being on the first line.

This commit is contained in:
"Robert P. J. Day"
2006-07-02 19:47:05 +00:00
parent 087b9d640e
commit 63fc1a9e08
284 changed files with 285 additions and 19 deletions

View File

@@ -1,3 +1,4 @@
/* vi: set sw=4 ts=4: */
/*
* blkid.h - Interface for libblkid, a library to identify block devices
*

View File

@@ -1,3 +1,4 @@
/* vi: set sw=4 ts=4: */
/*
* blkidP.h - Internal interfaces for libblkid
*

View File

@@ -1,3 +1,4 @@
/* vi: set sw=4 ts=4: */
/*
* getsize.c --- get the size of a partition.
*

View File

@@ -1,3 +1,4 @@
/* vi: set sw=4 ts=4: */
/*
* cache.c - allocation/initialization/free routines for cache
*

View File

@@ -1,3 +1,4 @@
/* vi: set sw=4 ts=4: */
/*
* dev.c - allocation/initialization/free routines for dev
*

View File

@@ -1,3 +1,4 @@
/* vi: set sw=4 ts=4: */
/*
* devname.c - get a dev by its device inode name
*

View File

@@ -1,3 +1,4 @@
/* vi: set sw=4 ts=4: */
/*
* devno.c - find a particular device by its device number (major/minor)
*

View File

@@ -1,3 +1,4 @@
/* vi: set sw=4 ts=4: */
#if !defined(_BLKID_LIST_H) && !defined(LIST_HEAD)
#define _BLKID_LIST_H

View File

@@ -1,3 +1,4 @@
/* vi: set sw=4 ts=4: */
/*
* probe.c - identify a block device by its contents, and return a dev
* struct with the details

View File

@@ -1,3 +1,4 @@
/* vi: set sw=4 ts=4: */
/*
* probe.h - constants and on-disk structures for extracting device data
*

View File

@@ -1,3 +1,4 @@
/* vi: set sw=4 ts=4: */
/*
* read.c - read the blkid cache from disk, to avoid scanning all devices
*

View File

@@ -1,3 +1,4 @@
/* vi: set sw=4 ts=4: */
/*
* resolve.c - resolve names and tags into specific devices
*

View File

@@ -1,3 +1,4 @@
/* vi: set sw=4 ts=4: */
/*
* save.c - write the cache struct to disk
*

View File

@@ -1,3 +1,4 @@
/* vi: set sw=4 ts=4: */
/*
* tag.c - allocation/initialization/free routines for tag structs
*

View File

@@ -1,3 +1,4 @@
/* vi: set sw=4 ts=4: */
/*
* version.c --- Return the version of the blkid library
*