From da5cef0ab476edf496f7591ab511d09336dd197f Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Wed, 27 Oct 2010 13:13:11 +0100 Subject: add modelines to .h and .c files as well --- sal/inc/rtl/random.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'sal/inc/rtl/random.h') diff --git a/sal/inc/rtl/random.h b/sal/inc/rtl/random.h index 52e2d56968b9..af26bdf26e5b 100644 --- a/sal/inc/rtl/random.h +++ b/sal/inc/rtl/random.h @@ -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. @@ -112,3 +113,4 @@ rtlRandomError SAL_CALL rtl_random_getBytes ( #endif /* _RTL_RANDOM_H_ */ +/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ -- cgit