Skip to content

Commit

Permalink
Use ifndef to be consistent with other headers
Browse files Browse the repository at this point in the history
  • Loading branch information
Dr15Jones committed Jul 18, 2024
1 parent d08336b commit 9bbc86a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion FWCore/TestProcessor/src/oneTimeInitialization.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#if !defined(FWCore_TestProcessor_oneTimeInitialization_h)
#ifndef FWCore_TestProcessor_oneTimeInitialization_h
#define FWCore_TestProcessor_oneTimeInitialization_h

//Used to initialize the plugin manager
Expand Down

0 comments on commit 9bbc86a

Please sign in to comment.