diff options
author | Caolán McNamara <caolanm@redhat.com> | 2010-10-27 12:38:53 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2010-10-28 15:47:03 +0100 |
commit | de58ebee9c48791b59e3763d8e5187f6ac00b4ad (patch) | |
tree | a8ec8023e48a1736782a654e168dce3deff18b24 /solenv/unxmacxp | |
parent | 0b2fceaafa534252ffabb37dec803ed2c37d518c (diff) |
add modelines to .h files as well
Diffstat (limited to 'solenv/unxmacxp')
-rw-r--r-- | solenv/unxmacxp/inc/poll.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/solenv/unxmacxp/inc/poll.h b/solenv/unxmacxp/inc/poll.h index 761b59dbec1f..00c6cbacf32a 100644 --- a/solenv/unxmacxp/inc/poll.h +++ b/solenv/unxmacxp/inc/poll.h @@ -1,3 +1,4 @@ +/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */ // poll.h // MacOS X does not implement poll(). Therefore, this replacement // is required. It uses select(). @@ -171,3 +172,5 @@ inline int poll(struct pollfd *pollSet, int pollCount, int pollTimeout) #undef FD_SETSIZE #endif + +/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |