Deleted Added
sdiff udiff text old ( 664:8f0ea6011b74 ) new ( 2033:b39f823d43c3 )
full compact
1; Copyright (c) 2003-2004 The Regents of The University of Michigan
2; All rights reserved.
3;
4; Redistribution and use in source and binary forms, with or without
5; modification, are permitted provided that the following conditions are
6; met: redistributions of source code must retain the above copyright
7; notice, this list of conditions and the following disclaimer;
8; redistributions in binary form must reproduce the above copyright
9; notice, this list of conditions and the following disclaimer in the

--- 14 unchanged lines hidden (view full) ---

24; (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
25; OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
26;
27; Authors: Nathan Binkert
28; Steve Reinhardt
29
30(c-add-style "m5"
31 '((c-basic-offset . 4)
32 (c-offsets-alist . ((substatement-open . 0)
33 (inline-open . 0)
34 (block-open . -4)
35 (case-label . 2)
36 (label . 2)
37 (statement-case-intro . 2)
38 (statement-case-open . 2)
39 (access-label . -2)
40 (innamespace . 0)))))