Skip to content

Commit

Permalink
Merge pull request #9941 from andrsd/code-fmt
Browse files Browse the repository at this point in the history
Macros are in UPPER CASE
  • Loading branch information
aeslaughter committed Sep 27, 2017
2 parents b6727d2 + 2bb072a commit 1ba13f8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/include/dgkernels/MatDGKernel.h
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
/* See COPYRIGHT for full restrictions */
/****************************************************************/

#ifndef MatDGKernel_H
#define MatDGKernel_H
#ifndef MATDGKERNEL_H
#define MATDGKERNEL_H

#include "DGKernel.h"

Expand Down

0 comments on commit 1ba13f8

Please sign in to comment.