diff options
author | Sebastian Spaeth <Sebastian@SSpaeth.de> | 2010-10-12 15:59:00 +0200 |
---|---|---|
committer | Jan Holesovsky <kendy@suse.cz> | 2010-10-13 10:57:18 +0200 |
commit | 63bb42ab7d85470453ec233f6f90ee1d2c2d4782 (patch) | |
tree | f49e8aeccf97165945140dcac6a7ba70b6e25240 /sccomp/source | |
parent | 1681ba148e9a118061b33e8403aa17ce8d49709d (diff) |
Add vim/emacs modelines to all source files
Fixes #fdo30794
Based on bin/add-modelines script (originally posted in mail
1286706307.1871.1399280959@webmail.messagingengine.com)
Signed-off-by: Sebastian Spaeth <Sebastian@SSpaeth.de>
Diffstat (limited to 'sccomp/source')
-rw-r--r-- | sccomp/source/solver/solver.cxx | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sccomp/source/solver/solver.cxx b/sccomp/source/solver/solver.cxx index 6c04f79d7cf5..ce81f14cce69 100644 --- a/sccomp/source/solver/solver.cxx +++ b/sccomp/source/solver/solver.cxx @@ -1,3 +1,4 @@ +/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */ /************************************************************************* * * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. @@ -655,3 +656,4 @@ extern "C" } } +/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |