Add Emacs hints to Alarm.inc.

Also removes some trailing whitespace and fixes one 80-column violation.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@64094 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Mikhail Glushenkov
2009-02-08 21:10:57 +00:00
parent be685cc72a
commit 0cdadd8b9d
3 changed files with 8 additions and 8 deletions

View File

@@ -1,4 +1,4 @@
//===-- Alarm.inc - Implement Unix Alarm Support --------------------------===//
//===-- Alarm.inc - Implement Unix Alarm Support ----------------*- C++ -*-===//
//
// The LLVM Compiler Infrastructure
//

View File

@@ -1,4 +1,4 @@
//===- llvm/System/Unix/Host.inc --------------------------------*- C++ -*-===//
//===- llvm/System/Unix/Host.inc -------------------------------*- C++ -*-===//
//
// The LLVM Compiler Infrastructure
//

View File

@@ -1,4 +1,4 @@
//===-- Alarm.inc - Implement Win32 Alarm Support -------------------------===//
//===-- Alarm.inc - Implement Win32 Alarm Support ---------------*- C++ -*-===//
//
// The LLVM Compiler Infrastructure
//