[haiku-commits] Re: BRANCH midar-github.master - headers/os/support

  • From: Jérôme Duval <korli@xxxxxxxxxxxxxxxx>
  • To: haiku-commits@xxxxxxxxxxxxx
  • Date: Thu, 31 Jan 2013 11:53:07 +0100

> diff --git a/headers/os/support/StackOrHeapArray.h 
> b/headers/os/support/StackOrHeapArray.h
> new file mode 100644
> index 0000000..af40bf0
> --- /dev/null
> +++ b/headers/os/support/StackOrHeapArray.h
> @@ -0,0 +1,42 @@
> +/*
> + * Copyright 2012, Jonathan Schleifer <js@xxxxxxxxxxx>. All Rights Reserved.
> + * Distributed under the terms of the MIT License.
> + */
> +#ifndef        _SUPPORT_STACKORHEAPARRAY_H
> +#define        _SUPPORT_STACKORHEAPARRAY_H
> +
> +#include <new>
> +

Two blank lines between header protection and includes macro.

Bye,
Jérôme

Other related posts: