diff options
author | Caolán McNamara <caolanm@redhat.com> | 2011-12-29 12:03:53 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2012-01-05 09:18:16 +0000 |
commit | 1702bab54f7801d04937270e00d63f710366ab68 (patch) | |
tree | 14cec893fb47d373091e9be760e782971908e7d6 /solenv | |
parent | b7859cdc9bfc90878a6d17136920370ef6426372 (diff) |
add mode-lines to some new files
Diffstat (limited to 'solenv')
-rw-r--r-- | solenv/bin/concat-deps.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/solenv/bin/concat-deps.c b/solenv/bin/concat-deps.c index a0eda4359206..84d688cb9309 100644 --- a/solenv/bin/concat-deps.c +++ b/solenv/bin/concat-deps.c @@ -1,3 +1,4 @@ +/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */ /* * Copyright (C) 2011 Norbert Thiebaud * License: GPLv3 @@ -878,3 +879,5 @@ char* base_dir; } return rc; } + +/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |