From b77940e5af41aae869e9415aef5b184a51601df4 Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Wed, 27 Oct 2010 12:45:03 +0100 Subject: add modelines to .hxx files as well --- crashrep/source/win32/base64.h | 2 ++ crashrep/source/win32/resource.h | 3 +++ 2 files changed, 5 insertions(+) mode change 100755 => 100644 crashrep/source/win32/base64.h mode change 100755 => 100644 crashrep/source/win32/resource.h (limited to 'crashrep/source/win32') diff --git a/crashrep/source/win32/base64.h b/crashrep/source/win32/base64.h old mode 100755 new mode 100644 index d6ab0e2760d2..241899563802 --- a/crashrep/source/win32/base64.h +++ b/crashrep/source/win32/base64.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. @@ -43,3 +44,4 @@ size_t base64_encode( FILE *fin, FILE *fout ); #endif /* __BASE64_H */ +/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/crashrep/source/win32/resource.h b/crashrep/source/win32/resource.h old mode 100755 new mode 100644 index 21d4ba4e6617..57befff2b8d7 --- a/crashrep/source/win32/resource.h +++ b/crashrep/source/win32/resource.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. @@ -118,3 +119,5 @@ #define _APS_NEXT_SYMED_VALUE 101 #endif #endif + +/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ -- cgit