Skip to content

Commit 9bbc86a

Browse files
committed
Use ifndef to be consistent with other headers
1 parent d08336b commit 9bbc86a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

FWCore/TestProcessor/src/oneTimeInitialization.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#if !defined(FWCore_TestProcessor_oneTimeInitialization_h)
1+
#ifndef FWCore_TestProcessor_oneTimeInitialization_h
22
#define FWCore_TestProcessor_oneTimeInitialization_h
33

44
//Used to initialize the plugin manager

0 commit comments

Comments
 (0)